summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2015-12-30 15:03:45 +0000
committerleot <leot@pkgsrc.org>2015-12-30 15:03:45 +0000
commit9d9ca4421523be06d80b18ddcac4855fb0b7da70 (patch)
tree4306476d5edf2373e6426b32daad74b170c549cd /x11
parent9aa07b908b91cfbc955e837d849136d336b66c43 (diff)
downloadpkgsrc-9d9ca4421523be06d80b18ddcac4855fb0b7da70.tar.gz
Update x11/py-pyperclip to 1.5.25.
Changes: v1.5.25, 2015/12/13 -- Fix #53, PEP8 changes, STRING_FUNCTION rename v1.5.24, 2015/11/14 -- Fix for Import ctypes.wintypes on Linux issue. v1.5.23, 2015/11/14 -- <no change, mistaken version bump> v1.5.22, 2015/11/08 -- Fix segfault for PyQt4 copy/paste functions v1.5.21, 2015/11/04 -- Import fixes. v1.5.20, 2015/10/30 -- Big refactoring and testing additions from mhils. Thanks! v1.5.19, 2015/10/29 -- Updating setup.py to pull version info from __init__.py v1.5.18, 2015/10/29 -- Added _noCopy/_noPaste functions to raise NotImplementedError exceptions when called, instead of raising exceptions when Pyperclip is imported. v1.5.17, 2015/10/28 -- Refactoring to add determineFunctionSet() and setFunctions() functions. v1.5.16, 2015/10/28 -- Fix issue 31, Klipper adds newline to the end of the pasted text. v1.5.15, 2015/10/12 -- Removing _pyperclip.py file which accidentally got included in the PyPI package. v1.5.14, 2015/10/09 -- Fixed major Windows problems. v1.5.13, 2015/09/23 -- Added other python versions to to the setup.py file. v1.5.12, 2015/09/18 -- Added _pasteKlipper() & _copyKlipper(). Thanks contrixed!
Diffstat (limited to 'x11')
-rw-r--r--x11/py-pyperclip/Makefile6
-rw-r--r--x11/py-pyperclip/PLIST14
-rw-r--r--x11/py-pyperclip/distinfo10
3 files changed, 18 insertions, 12 deletions
diff --git a/x11/py-pyperclip/Makefile b/x11/py-pyperclip/Makefile
index 32b798830b4..9aecbef1945 100644
--- a/x11/py-pyperclip/Makefile
+++ b/x11/py-pyperclip/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2015/08/23 14:15:55 leot Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/30 15:03:45 leot Exp $
-DISTNAME= pyperclip-1.5.11
+DISTNAME= pyperclip-1.5.25
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyperclip/}
+MASTER_SITES= ${MASTER_SITE_PYPI}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/x11/py-pyperclip/PLIST b/x11/py-pyperclip/PLIST
index 0c4660f4bbb..32aa7e2fa39 100644
--- a/x11/py-pyperclip/PLIST
+++ b/x11/py-pyperclip/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/08/23 14:15:55 leot Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/12/30 15:03:45 leot Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,6 +6,12 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pyperclip/__init__.py
${PYSITELIB}/pyperclip/__init__.pyc
${PYSITELIB}/pyperclip/__init__.pyo
-${PYSITELIB}/pyperclip/pyperclip.py
-${PYSITELIB}/pyperclip/pyperclip.pyc
-${PYSITELIB}/pyperclip/pyperclip.pyo
+${PYSITELIB}/pyperclip/clipboards.py
+${PYSITELIB}/pyperclip/clipboards.pyc
+${PYSITELIB}/pyperclip/clipboards.pyo
+${PYSITELIB}/pyperclip/exceptions.py
+${PYSITELIB}/pyperclip/exceptions.pyc
+${PYSITELIB}/pyperclip/exceptions.pyo
+${PYSITELIB}/pyperclip/windows.py
+${PYSITELIB}/pyperclip/windows.pyc
+${PYSITELIB}/pyperclip/windows.pyo
diff --git a/x11/py-pyperclip/distinfo b/x11/py-pyperclip/distinfo
index 024fc533383..f9ed6ab1821 100644
--- a/x11/py-pyperclip/distinfo
+++ b/x11/py-pyperclip/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:28:51 agc Exp $
+$NetBSD: distinfo,v 1.3 2015/12/30 15:03:45 leot Exp $
-SHA1 (pyperclip-1.5.11.zip) = ab69c039738736b1f45f76e0c072747c8c84a082
-RMD160 (pyperclip-1.5.11.zip) = 81250d0e2d9aee14ff99ca5ca6e0f2a6c9c55fa0
-SHA512 (pyperclip-1.5.11.zip) = 55584792018226fc53f2f6e6bfa367e3b6fba4e7bb8659974bc1775c0411cf6bdb67c888d820fe6000e767b00c8994b3f767ac455476a4fa827d986a52338a28
-Size (pyperclip-1.5.11.zip) = 14830 bytes
+SHA1 (pyperclip-1.5.25.zip) = 75b15ac73845c05b0d30d7580481133b9ec26f5c
+RMD160 (pyperclip-1.5.25.zip) = eccf5a1255221ee5cc65086b2e8ad5b10f5cedd7
+SHA512 (pyperclip-1.5.25.zip) = 80829d0df546c8358518313769f7aec8b8ae52225395f22d004aa2623f86c871dfe77bbdaff34fffb92a1ba16ff316ff1daf6d0bcfd0e1c0ed9840ef607a8b76
+Size (pyperclip-1.5.25.zip) = 16957 bytes