# -*- 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           github 1.0
PortGroup           makefile 1.0

github.setup        encukou py3c 1.4 v
github.tarball_from archive
revision            0

categories          python devel
platforms           any
supported_archs     noarch
license             MIT
maintainers         {reneeotten @reneeotten} openmaintainer

description         Python compatibility headers
long_description    A Python 2/3 compatibility layer for C extensions

homepage            https://py3c.readthedocs.io/

checksums           rmd160  97cbde24436bf9e0af7f777a4a271e77e5796417 \
                    sha256  abc745079ef906148817f4472c3fb4bc41d62a9ea51a746b53e09819494ac006 \
                    size    48112

makefile.prefix_name    prefix
