Skip to content

Commit d42c7e3

Browse files
math/py-gmpy2-devel: remove
No more use for this port: it can be superseded by the regular math/py-gmpy2.
1 parent 6a88388 commit d42c7e3

File tree

9 files changed

+6
-77
lines changed

9 files changed

+6
-77
lines changed

‎MOVED‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17135,3 +17135,4 @@ games/cultivation||2022-04-18|Has expired: Abandonware with last release in 2010
1713517135
devel/ros-rosinstall||2022-04-20|Has expired: Upstream has archived the project and is no longer being used in the ROS project
1713617136
devel/py-aiorpcX-legacy|devel/py-aiorpcX|2022-04-20|Has expired: Legacy port is no longer required, please use devel/py-aiorpcX instead
1713717137
net/kalarmcal|deskutils/kalarm|2022-04-21|Packages were merged
17138+
math/py-gmpy2-devel|math/py-gmpy2|2022-04-22|No more need for the -devel port, py-gmpy2 is at latest

‎math/Makefile‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,6 @@
842842
SUBDIR += py-gimmik
843843
SUBDIR += py-gmpy
844844
SUBDIR += py-gmpy2
845-
SUBDIR += py-gmpy2-devel
846845
SUBDIR += py-grandalf
847846
SUBDIR += py-graphillion
848847
SUBDIR += py-gym

‎math/py-gmpy2-devel/Makefile‎

Lines changed: 0 additions & 44 deletions
This file was deleted.

‎math/py-gmpy2-devel/distinfo‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎math/py-gmpy2-devel/pkg-descr‎

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎math/py-gmpy2-devel/pkg-plist‎

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎math/py-gmpy2/Makefile‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ LIB_DEPENDS= libgmp.so:math/gmp \
1818
USES= localbase python:3.6-3.9
1919
USE_PYTHON= distutils autoplist
2020

21-
CONFLICTS= ${PYTHON_PKGNAMEPREFIX}gmpy2-devel-2.1*
22-
2321
post-install:
2422
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gmpy2/gmpy2*.so
2523

‎math/py-pplpy/Makefile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PORTNAME= pplpy
44
PORTVERSION= 0.8.7
5-
PORTREVISION= 1
5+
PORTREVISION= 2
66
CATEGORIES= math python
77
MASTER_SITES= CHEESESHOP
88
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,14 +14,14 @@ LICENSE= GPLv3
1414

1515
BROKEN_aarch64= runaway build, 7200 seconds with no output
1616

17-
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2-devel>0:math/py-gmpy2-devel@${PY_FLAVOR} \
17+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \
1818
${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR}
1919
LIB_DEPENDS= libgmp.so:math/gmp \
2020
libmpfr.so:math/mpfr \
2121
libmpc.so:math/mpc \
2222
libpari.so:math/pari \
2323
libppl.so:devel/ppl
24-
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2-devel>0:math/py-gmpy2-devel@${PY_FLAVOR} \
24+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \
2525
${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR}
2626
TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR}
2727

‎math/sage/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ BUILD_DEPENDS= bash:shells/bash \
4444
${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}\
4545
${PYTHON_PKGNAMEPREFIX}entrypoints>0:devel/py-entrypoints@${PY_FLAVOR}\
4646
${PYTHON_PKGNAMEPREFIX}fpylll>0:math/py-fpylll@${PY_FLAVOR}\
47-
${PYTHON_PKGNAMEPREFIX}gmpy2-devel>0:math/py-gmpy2-devel@${PY_FLAVOR}\
47+
${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR}\
4848
${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR}\
4949
${PYTHON_PKGNAMEPREFIX}imagesize>0:graphics/py-imagesize@${PY_FLAVOR}\
5050
${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}\
@@ -240,7 +240,7 @@ RUN_DEPENDS= bash:shells/bash \
240240
${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}\
241241
${PYTHON_PKGNAMEPREFIX}entrypoints>0:devel/py-entrypoints@${PY_FLAVOR}\
242242
${PYTHON_PKGNAMEPREFIX}fpylll>0:math/py-fpylll@${PY_FLAVOR}\
243-
${PYTHON_PKGNAMEPREFIX}gmpy2-devel>0:math/py-gmpy2-devel@${PY_FLAVOR}\
243+
${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR}\
244244
${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR}\
245245
${PYTHON_PKGNAMEPREFIX}imagesize>0:graphics/py-imagesize@${PY_FLAVOR}\
246246
${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}\

0 commit comments

Comments
 (0)