You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
916 B
Tcl
27 lines
916 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup leohemsted smartypants.py 2.0.2 v
|
|
github.tarball_from archive
|
|
name py-smartypants
|
|
version 2.0.2
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description Python with the SmartyPants
|
|
long_description {*}${description}
|
|
homepage https://github.com/leohemsted/smartypants.py
|
|
|
|
checksums rmd160 2073d480c1707fe41416b821a7248131d65d85e3 \
|
|
sha256 560ae7485a27c288f5bd63131f5c3c7b8f0745f50e7c3f85f0bbc65d87799d19 \
|
|
size 28770
|
|
|
|
python.versions 310 311 312 313 314
|