Files
rsadowski 55fda97252 Import py3-debian-1.0.1
Comment:
Debian package related modules

Description:
The debian Python modules work with Debian-related data formats, providing a
means to read data from files involved in Debian packaging, and the
distribution of Debian packages. The ability to create or edit the files is
also available for some formats.

Maintainer: Alvar Penning <post@0x21.biz>

WWW: https://salsa.debian.org/python-debian-team/python-debian

Port provided by Alvar Penning, tweaks and OK sthen@
2025-09-17 17:35:12 +00:00

26 lines
512 B
Makefile

COMMENT= Debian package related modules
MODPY_DISTV= 1.0.1
DISTNAME= python-debian-${MODPY_DISTV}
PKGNAME= py-debian-${MODPY_DISTV}
CATEGORIES= devel
HOMEPAGE= https://salsa.debian.org/python-debian-team/python-debian
MAINTAINER= Alvar Penning <post@0x21.biz>
# GPL-2.0-or-later
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools_scm
MODPY_PI= Yes
RUN_DEPENDS= textproc/py-charset-normalizer
# Some tests require dpkg artefacts under /usr/share/dpkg/
NO_TEST= Yes
.include <bsd.port.mk>