mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
science/py-pygeodesy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
This commit is contained in:
parent
f0e5beeb6a
commit
9e71843145
2 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= pygeodesy
|
PORTNAME= pygeodesy
|
||||||
PORTVERSION= 23.4.23
|
PORTVERSION= 23.4.23
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= science python
|
CATEGORIES= science python
|
||||||
MASTER_SITES= PYPI \
|
MASTER_SITES= PYPI \
|
||||||
https://github.com/mrJean1/PyGeodesy/raw/master/dist/
|
https://github.com/mrJean1/PyGeodesy/raw/master/dist/
|
||||||
|
@ -12,8 +13,11 @@ WWW= https://github.com/mrJean1/PyGeodesy
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python:3.9+ zip
|
USES= python:3.9+ zip
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
11
science/py-pygeodesy/files/patch-setup.py
Normal file
11
science/py-pygeodesy/files/patch-setup.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- setup.py.orig 2023-04-01 06:02:24 UTC
|
||||||
|
+++ setup.py
|
||||||
|
@@ -104,7 +104,7 @@ _KeyWords = ('AER', 'Albers', 'altitude', 'Andoyer', '
|
||||||
|
'Web-Mercator', 'Welford', 'WGRS', 'WGS', 'Whyatt', 'Wildberger', 'Witkam', 'winding-number',
|
||||||
|
'XYZ', 'yaw', 'You')
|
||||||
|
|
||||||
|
-setup(name='PyGeodesy',
|
||||||
|
+setup(name='pygeodesy',
|
||||||
|
packages=['pygeodesy', 'pygeodesy.deprecated', 'pygeodesy.geodesicx'],
|
||||||
|
description='Pure Python geodesy tools',
|
||||||
|
version=_version(),
|
Loading…
Add table
Reference in a new issue