diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 15:42:46 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 15:42:46 +0000 |
commit | 704b5a33bbe0679c2c19db5be63009fff4d3f0fe (patch) | |
tree | f016f7517886045fa40da0178ce5ee3bd62e74a9 | |
parent | c0eea8bbcf0a542d9e31a8cd89015f042ae5dc86 (diff) |
print/py-pycups1: Remove obsoleted port
Use print/py-pycups instead.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/py-pycups1/Makefile | 36 | ||||
-rw-r--r-- | print/py-pycups1/distinfo | 3 | ||||
-rw-r--r-- | print/py-pycups1/pkg-descr | 3 |
5 files changed, 1 insertions, 43 deletions
@@ -16385,3 +16385,4 @@ net/py-python-cinderclient5|net/py-python-cinderclient|2021-06-10|Remove obsolet net/py-python-glanceclient2|net/py-python-glanceclient|2021-06-10|Remove obsoleted port. Use net/py-python-glanceclient instead net/py-python-keystoneclient3|net/py-python-keystoneclient|2021-06-10|Remove obsoleted port. Use net/py-python-keystoneclient instead net/py-python-novaclient16|net/py-python-novaclient|2021-06-10|Remove obsoleted port. Use net/py-python-novaclient instead +print/py-pycups1|print/py-pycups|2021-06-10|Remove obsoleted port. Use print/py-pycups instead diff --git a/print/Makefile b/print/Makefile index db8d620c57bb..39a4c205a1df 100644 --- a/print/Makefile +++ b/print/Makefile @@ -188,7 +188,6 @@ SUBDIR += py-preppy SUBDIR += py-psautohint SUBDIR += py-pycups - SUBDIR += py-pycups1 SUBDIR += py-python-ly SUBDIR += py-qt5-printsupport SUBDIR += py-relatorio diff --git a/print/py-pycups1/Makefile b/print/py-pycups1/Makefile deleted file mode 100644 index 7209d321a75b..000000000000 --- a/print/py-pycups1/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Michael Johnson <ahze@FreeBSD.org> - -PORTNAME= pycups -PORTVERSION= 2.0.1 -CATEGORIES= print python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 1 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= CUPS bindings for Python - -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -LIB_DEPENDS= libcups.so:print/cups - -USES= iconv localbase python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|^\(VERSION=\).*$$|\1${PORTVERSION}|' ${WRKSRC}/Makefile -.if empty(ICONV_LIB) - @${REINPLACE_CMD} -e 's| or sys.platform.startswith("freebsd"):|:|' ${WRKSRC}/setup.py -.endif - -pre-configure: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cupsconnection.c - @${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cups*.so - -.include <bsd.port.post.mk> diff --git a/print/py-pycups1/distinfo b/print/py-pycups1/distinfo deleted file mode 100644 index f6104e599550..000000000000 --- a/print/py-pycups1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1620405445 -SHA256 (pycups-2.0.1.tar.gz) = 57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90 -SIZE (pycups-2.0.1.tar.gz) = 62968 diff --git a/print/py-pycups1/pkg-descr b/print/py-pycups1/pkg-descr deleted file mode 100644 index ebee0794f302..000000000000 --- a/print/py-pycups1/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -CUPS bindings for Python - -WWW: https://github.com/OpenPrinting/pycups |