devel/py-pyxb-x: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
main
Po-Chuan Hsieh 2024-05-13 21:59:57 +08:00
parent 4e3a1e948c
commit 3cb9ff977c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 16 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= pyxb-x
PORTVERSION= 1.2.6.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,8 +13,11 @@ WWW= https://github.com/renalreg/PyXB-X
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2024-02-22 11:49:22 UTC
+++ setup.py
@@ -87,7 +87,7 @@ setup(
package_data.update(b_data)
setup(
- name="PyXB-X",
+ name="pyxb-x",
description='PyXB-X ("pixbix") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema.',
author="Peter A. Bigot",
author_email="pabigot@users.sourceforge.net",