2016-06-01 14:30:45 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2016/06/01 12:34:42 wiz Exp $
|
2015-08-23 16:15:55 +02:00
|
|
|
|
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!
2015-12-30 16:03:45 +01:00
|
|
|
DISTNAME= pyperclip-1.5.25
|
2015-08-23 16:15:55 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= x11
|
2016-06-01 14:30:45 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyperclip/}
|
2015-08-23 16:15:55 +02:00
|
|
|
EXTRACT_SUFX= .zip
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/asweigart/pyperclip
|
|
|
|
COMMENT= Python module for cross-platform clipboard functions
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
DEPENDS+= xclip-[0-9]*:../../x11/xclip
|
|
|
|
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|