svn commit: r536830 - in head/print: . py-pycups1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 01:56:21 UTC 2020


Author: sunpoet
Date: Fri May 29 01:56:20 2020
New Revision: 536830
URL: https://svnweb.freebsd.org/changeset/ports/536830

Log:
  Add py-pycups1 1.9.74 (copied from py-pycups)
  
  - Add PORTSCOUT

Added:
  head/print/py-pycups1/
     - copied from r536770, head/print/py-pycups/
Modified:
  head/print/Makefile
  head/print/py-pycups1/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Fri May 29 01:27:16 2020	(r536829)
+++ head/print/Makefile	Fri May 29 01:56:20 2020	(r536830)
@@ -184,6 +184,7 @@
     SUBDIR += py-preppy
     SUBDIR += py-psautohint
     SUBDIR += py-pycups
+    SUBDIR += py-pycups1
     SUBDIR += py-pyscript
     SUBDIR += py-python-ly
     SUBDIR += py-qt5-printsupport

Modified: head/print/py-pycups1/Makefile
==============================================================================
--- head/print/py-pycups/Makefile	Thu May 28 13:52:33 2020	(r536770)
+++ head/print/py-pycups1/Makefile	Fri May 29 01:56:20 2020	(r536830)
@@ -6,6 +6,7 @@ PORTVERSION=	1.9.74
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	1
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	CUPS bindings for Python
@@ -17,6 +18,9 @@ LIB_DEPENDS=	libcups.so:print/cups
 
 USES=		iconv localbase python tar:bzip2
 USE_PYTHON=	autoplist concurrent distutils
+
+# pycups 2.0.0+ requires Python 3.6+
+PORTSCOUT=	limit:^1\.
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list