pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-pyperclip py-pyperclip: Update x11/py-pyperclip...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ea59cb44463
branches: trunk
changeset: 376167:0ea59cb44463
user: leot <leot%pkgsrc.org@localhost>
date: Mon Feb 26 11:38:00 2018 +0000
description:
py-pyperclip: Update x11/py-pyperclip to 1.6.0
pkgsrc changes:
- Fetch the `.tar.gz' distfile instead of the `.zip' one
Changes:
v1.6.0, 2017/11/08
Refactor all the code in a single file.
v1.5.32, 2017/10/29
Added limited cygwin support.
v1.5.31, 2017/10/29
Fixed another mistake where 'posix' was checked for OS X instead
of 'mac' due to a mistaken merge. Added lazy loading.
v1.5.30, 2017/10/29
Fixed the encoding that was set to "uft-8".
v1.5.29, 2017/10/29
Pyperclip works with qtpy module, osx can use objc now, set pyqt
as lower priority than xsel/xclip/klipper, add support for PyQt5.
v1.5.28, 2017/10/28
Capture stderr of xclip subprocess, fixed issue #88 where emojii
cut off the last character, allowed selection between PRIMARY and
CLIPBOARD for xsel and xclip.
v1.5.27, 2016/03/14
Disable broken cygwin implementation until issue 55 can be fixed.
v1.5.26, 2016/01/20
Fix #51, Replace wcscpy_s with memmove for Windows XP.
diffstat:
x11/py-pyperclip/Makefile | 5 ++---
x11/py-pyperclip/PLIST | 11 +----------
x11/py-pyperclip/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 18 deletions(-)
diffs (53 lines):
diff -r 0b793f9ae7ee -r 0ea59cb44463 x11/py-pyperclip/Makefile
--- a/x11/py-pyperclip/Makefile Mon Feb 26 10:55:46 2018 +0000
+++ b/x11/py-pyperclip/Makefile Mon Feb 26 11:38:00 2018 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2016/06/01 12:34:42 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/02/26 11:38:00 leot Exp $
-DISTNAME= pyperclip-1.5.25
+DISTNAME= pyperclip-1.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyperclip/}
-EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/asweigart/pyperclip
diff -r 0b793f9ae7ee -r 0ea59cb44463 x11/py-pyperclip/PLIST
--- a/x11/py-pyperclip/PLIST Mon Feb 26 10:55:46 2018 +0000
+++ b/x11/py-pyperclip/PLIST Mon Feb 26 11:38:00 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/12/30 15:03:45 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/02/26 11:38:00 leot Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,12 +6,3 @@
${PYSITELIB}/pyperclip/__init__.py
${PYSITELIB}/pyperclip/__init__.pyc
${PYSITELIB}/pyperclip/__init__.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 -r 0b793f9ae7ee -r 0ea59cb44463 x11/py-pyperclip/distinfo
--- a/x11/py-pyperclip/distinfo Mon Feb 26 10:55:46 2018 +0000
+++ b/x11/py-pyperclip/distinfo Mon Feb 26 11:38:00 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/12/30 15:03:45 leot Exp $
+$NetBSD: distinfo,v 1.4 2018/02/26 11:38:00 leot Exp $
-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
+SHA1 (pyperclip-1.6.0.tar.gz) = a5e84ed1cc405d7f1f649c8ecf94be09dcad7f9b
+RMD160 (pyperclip-1.6.0.tar.gz) = 649129f6d68e51931a3499efc1e374b8d10f9c6b
+SHA512 (pyperclip-1.6.0.tar.gz) = faf1cd8568a911b263c167fedace8f5f6756e108e3a2484dffa8d3da441311fb3277fd703d5eaea662181250d7b2cc975e9f8ca484dfa2d1cd4470171bbb972d
+Size (pyperclip-1.6.0.tar.gz) = 14273 bytes
Home |
Main Index |
Thread Index |
Old Index