pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-perclip Import pyperclip-1.5.27 as x11/py-perclip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72355de1ac0e
branches:  trunk
changeset: 348474:72355de1ac0e
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Tue Jun 14 08:37:24 2016 +0000

description:
Import pyperclip-1.5.27 as x11/py-perclip

Pyperclip is a cross-platform Python module for copy and paste clipboard
functions.

This program detects underlaying OS and installed software:
 - gtk,
 - PyQt4,
 - xclip,
 - xsel,
 - klipper (&qdbus).

It works with Python 2 and 3.

diffstat:

 x11/py-perclip/DESCR    |  11 +++++++++++
 x11/py-perclip/Makefile |  18 ++++++++++++++++++
 x11/py-perclip/PLIST    |  17 +++++++++++++++++
 x11/py-perclip/distinfo |   6 ++++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 903df5bdc47d -r 72355de1ac0e x11/py-perclip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-perclip/DESCR      Tue Jun 14 08:37:24 2016 +0000
@@ -0,0 +1,11 @@
+Pyperclip is a cross-platform Python module for copy and paste clipboard
+functions.
+
+This program detects underlaying OS and installed software:
+ - gtk,
+ - PyQt4,
+ - xclip,
+ - xsel,
+ - klipper (&qdbus).
+
+It works with Python 2 and 3.
diff -r 903df5bdc47d -r 72355de1ac0e x11/py-perclip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-perclip/Makefile   Tue Jun 14 08:37:24 2016 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/06/14 08:37:24 kamil Exp $
+
+DISTNAME=      pyperclip-1.5.27
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=    x11 python
+# There are no tags on GitHub
+MASTER_SITES=  https://pypi.python.org/packages/source/p/pyperclip/
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/asweigart/pyperclip
+COMMENT=       Cross-platform clipboard module for Python
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 903df5bdc47d -r 72355de1ac0e x11/py-perclip/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-perclip/PLIST      Tue Jun 14 08:37:24 2016 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/14 08:37:24 kamil Exp $
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${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 903df5bdc47d -r 72355de1ac0e x11/py-perclip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-perclip/distinfo   Tue Jun 14 08:37:24 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/14 08:37:24 kamil Exp $
+
+SHA1 (pyperclip-1.5.27.zip) = 16d7c3542415b4d328b6e46dda195650bd2dced0
+RMD160 (pyperclip-1.5.27.zip) = 58fb544c41002a6b561856b2c0002a1046918c03
+SHA512 (pyperclip-1.5.27.zip) = cefd79f1d246c9aa9d4d0f3d8cdad291ad31bcc2e000c83e5e05704978bbf7b9b45d49667c2e88305d0a5d6baaeacfb47b26bb69fabf89b6b6e3a1e6f1e23d74
+Size (pyperclip-1.5.27.zip) = 16938 bytes



Home | Main Index | Thread Index | Old Index