diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-19 09:33:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-19 09:33:53 +0000 |
commit | 79e31a992a480d64d8d6a0609b5745dd6d1cad03 (patch) | |
tree | 3d581261569d6f5f8c140f0a3b32ce7f79c19f75 /print/py-cups | |
parent | 8da86223c9d1532c285b30cbbaa1ec652b141492 (diff) | |
download | pkgsrc-79e31a992a480d64d8d6a0609b5745dd6d1cad03.tar.gz |
Update to 1.9.66:
2013-11-27 Tim Waugh <twaugh@redhat.com>
* setup.py: Version 1.9.66.
2013-11-04 Jiri Popelka <jpopelka@redhat.com>
* Python3 compatibility
2013-11-27 Tim Waugh <twaugh@redhat.com>
* setup.py: Version 1.9.65.
2013-07-31 Jiri Popelka <jpopelka@redhat.com>
* cupsconnection.c (PyObject_from_attr_value): Fix getting of booleans.
2013-04-12 Tim Waugh <twaugh@redhat.com>
* cupsconnection.c (UTF8_from_PyObj): Propagate UTF-8 decoding
errors.
2013-04-10 Tim Waugh <twaugh@redhat.com>
* cupsconnection.c: Don't just append printer name to base URI
to get printer URI. Need to actually encode the name.
2013-04-03 Tim Waugh <twaugh@redhat.com>
* cupsconnection.c: Fixed documentation typo for
Connection.getPPDs2.
2013-03-20 Tim Waugh <twaugh@redhat.com>
* setup.py: Version 1.9.63.
2013-03-20 Tim Waugh <twaugh@redhat.com>
* cupsconnection.c (set_ipp_error): IPPError tuple now
contains a string describing the specific error encountered,
if available.
2012-08-01 Tim Waugh <twaugh@redhat.com>
* setup.py: Version 1.9.62.
2012-03-28 Tim Waugh <twaugh@redhat.com>
* cupsmodule.c: Define all constants regardless of which
version of CUPS is built against.
2012-03-22 Tim Waugh <twaugh@redhat.com>
* cupsppd.c (PPD_dealloc): Add missing NULL check for
debugging message (Ubuntu #951001). Patch from Till Kamppeter.
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 9 | ||||
-rw-r--r-- | print/py-cups/PLIST | 3 | ||||
-rw-r--r-- | print/py-cups/distinfo | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 3ff4d9a4979..097e56c6d0f 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2013/02/16 11:19:59 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/19 09:33:53 wiz Exp $ DISTNAME= pycups-${VERSION} PKGNAME= ${PYPKGPREFIX}-cups-${VERSION} -VERSION= 1.9.61 -PKGREVISION= 3 +VERSION= 1.9.66 CATEGORIES= print python MASTER_SITES= http://cyberelk.net/tim/data/pycups/ EXTRACT_SUFX= .tar.bz2 @@ -15,14 +14,12 @@ LICENSE= gnu-gpl-v2 CFLAGS+= -DVERSION=\"${VERSION}\" -PYDISTUTILSPKG= yes - SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fix cups paths. SUBST_FILES.paths= cupsconnection.c SUBST_SED.paths= -e 's:"/usr/share/cups":"${BUILDLINK_PREFIX.cups}/share/cups/", "/usr/share/cups":' SUBST_STAGE.paths= post-patch -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../print/cups/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/py-cups/PLIST b/print/py-cups/PLIST index 9a7a1e62fd0..c49d2d0762e 100644 --- a/print/py-cups/PLIST +++ b/print/py-cups/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/10 20:13:29 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/01/19 09:33:53 wiz Exp $ ${PYSITELIB}/cups.so +${PYSITELIB}/${EGG_FILE} diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo index 0f98d759b50..b0c42fa8960 100644 --- a/print/py-cups/distinfo +++ b/print/py-cups/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/05/28 09:02:55 wiz Exp $ +$NetBSD: distinfo,v 1.5 2014/01/19 09:33:53 wiz Exp $ -SHA1 (pycups-1.9.61.tar.bz2) = e1b87ac5c87412a6548a6b6fb62bdb3e678393eb -RMD160 (pycups-1.9.61.tar.bz2) = 413275b55a650837463f1c8e9acf0d23e1b384c7 -Size (pycups-1.9.61.tar.bz2) = 52018 bytes +SHA1 (pycups-1.9.66.tar.bz2) = a7569a1d3644da7283599e230db1e689d52b08e3 +RMD160 (pycups-1.9.66.tar.bz2) = fec06557e0179e7d894d2a419ea65e8732e5deba +Size (pycups-1.9.66.tar.bz2) = 55436 bytes |