You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
31 lines
934 B
Tcl
31 lines
934 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
|
|
|
|
name py-python-debian
|
|
version 0.1.49
|
|
revision 0
|
|
|
|
checksums rmd160 ad8d158191bf3f8b41a27339ac3670dbb45d6454 \
|
|
sha256 8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c \
|
|
size 121690
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
|
|
description Debian package related modules
|
|
long_description {*}${description}
|
|
|
|
homepage https://salsa.debian.org/python-debian-team/python-debian
|
|
|
|
python.versions 310 311 312
|
|
python.pep517 yes
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-chardet
|
|
}
|