# -*- 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.1 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
# Stealth update due to legacy tarball and changed repo owner
master_sites        macports_distfiles
name                py-smartypants
version             2.0.1
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  ee8fbe3f19dd54b6029d1da3aa966317a1db67e8 \
                    sha256  fbeaee2666471096272e3a6368e63f7833ea2909c0f1db3a2722d55f67273e71 \
                    size    24150

python.versions     39 310 311 312 313
