Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 15:46:58 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 704b5a33bbe0 - main - print/py-pycups1: Remove obsoleted port
Message-ID:  <202106101546.15AFkw5D032769@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=704b5a33bbe0679c2c19db5be63009fff4d3f0fe

commit 704b5a33bbe0679c2c19db5be63009fff4d3f0fe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 15:42:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-10 15:42:46 +0000

    print/py-pycups1: Remove obsoleted port
    
    Use print/py-pycups instead.
---
 MOVED                      |  1 +
 print/Makefile             |  1 -
 print/py-pycups1/Makefile  | 36 ------------------------------------
 print/py-pycups1/distinfo  |  3 ---
 print/py-pycups1/pkg-descr |  3 ---
 5 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/MOVED b/MOVED
index 220a4c0dee4e..46243bba701b 100644
--- a/MOVED
+++ b/MOVED
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101546.15AFkw5D032769>