pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-perclip



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Jun 14 08:37:24 UTC 2016

Added Files:
        pkgsrc/x11/py-perclip: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/py-perclip/DESCR \
    pkgsrc/x11/py-perclip/Makefile pkgsrc/x11/py-perclip/PLIST \
    pkgsrc/x11/py-perclip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/x11/py-perclip/DESCR
diff -u /dev/null pkgsrc/x11/py-perclip/DESCR:1.1
--- /dev/null   Tue Jun 14 08:37:24 2016
+++ pkgsrc/x11/py-perclip/DESCR Tue Jun 14 08:37:24 2016
@@ -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.
Index: pkgsrc/x11/py-perclip/Makefile
diff -u /dev/null pkgsrc/x11/py-perclip/Makefile:1.1
--- /dev/null   Tue Jun 14 08:37:24 2016
+++ pkgsrc/x11/py-perclip/Makefile      Tue Jun 14 08:37:24 2016
@@ -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"
Index: pkgsrc/x11/py-perclip/PLIST
diff -u /dev/null pkgsrc/x11/py-perclip/PLIST:1.1
--- /dev/null   Tue Jun 14 08:37:24 2016
+++ pkgsrc/x11/py-perclip/PLIST Tue Jun 14 08:37:24 2016
@@ -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
Index: pkgsrc/x11/py-perclip/distinfo
diff -u /dev/null pkgsrc/x11/py-perclip/distinfo:1.1
--- /dev/null   Tue Jun 14 08:37:24 2016
+++ pkgsrc/x11/py-perclip/distinfo      Tue Jun 14 08:37:24 2016
@@ -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