You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
31 lines
983 B
Tcl
31 lines
983 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 aresch rencode 1.0.6 v
|
|
name py-rencode
|
|
platforms darwin
|
|
license GPL-3+
|
|
maintainers nomaintainer
|
|
|
|
description Python module for fast (basic) object serialization similar to bencode
|
|
long_description ${description}
|
|
|
|
checksums rmd160 b8571be3ea709a76e22dea6749cd1a56fed290f7 \
|
|
sha256 63c586de1497d951b9f211f2fbf7dddc1d0d8378f5564000005a352efcf0744b \
|
|
size 25466
|
|
|
|
python.versions 27 37 38
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools \
|
|
port:py${python.version}-wheel
|
|
|
|
livecheck.type none
|
|
} else {
|
|
livecheck.type pypi
|
|
}
|