2022-09-30 17:01:39 -05:00
|
|
|
# -*- 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
|
2023-12-27 14:32:15 -05:00
|
|
|
version 0.1.49
|
2022-09-30 17:01:39 -05:00
|
|
|
revision 0
|
2023-12-27 14:32:15 -05:00
|
|
|
|
|
|
|
|
checksums rmd160 ad8d158191bf3f8b41a27339ac3670dbb45d6454 \
|
|
|
|
|
sha256 8cf677a30dbcb4be7a99536c17e11308a827a4d22028dc59a67f6c6dd3f0f58c \
|
|
|
|
|
size 121690
|
2022-09-30 17:01:39 -05:00
|
|
|
|
|
|
|
|
supported_archs noarch
|
2022-11-21 03:44:50 +11:00
|
|
|
platforms {darwin any}
|
2022-09-30 17:01:39 -05:00
|
|
|
license GPL-2+
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
|
|
|
|
|
description Debian package related modules
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
|
|
|
|
|
homepage https://salsa.debian.org/python-debian-team/python-debian
|
|
|
|
|
|
2023-12-27 14:32:15 -05:00
|
|
|
python.versions 310 311 312
|
2022-09-30 17:01:39 -05:00
|
|
|
python.pep517 yes
|
|
|
|
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
|
depends_lib-append \
|
|
|
|
|
port:py${python.version}-chardet
|
|
|
|
|
}
|