www/py-mechanicalsoup: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-05-13 22:13:10 +08:00
parent 99b4a9c9df
commit c721b7bf48
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= mechanicalsoup
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,6 +13,8 @@ WWW= https://github.com/MechanicalSoup/MechanicalSoup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.7:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR}
@ -21,7 +24,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${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 2023-07-04 19:21:51 UTC
+++ setup.py
@@ -42,7 +42,7 @@ setup(
pytest_runner = ['pytest-runner'] if needs_pytest else []
setup(
- name=about['__title__'],
+ name='mechanicalsoup',
# useful: python setup.py sdist bdist_wheel upload
version=about['__version__'],