aboutsummaryrefslogtreecommitdiff
path: root/print/py-pycups1
diff options
context:
space:
mode:
Diffstat (limited to 'print/py-pycups1')
-rw-r--r--print/py-pycups1/Makefile36
-rw-r--r--print/py-pycups1/distinfo3
-rw-r--r--print/py-pycups1/pkg-descr3
3 files changed, 0 insertions, 42 deletions
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