pkgsrc-WIP-changes archive

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

Add py-percy



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:24:02 2018 -0400
Changeset:	3cb34d33803ae80e985439b5f92ba99740706b9b

Modified Files:
	Makefile
Added Files:
	py-percy/DESCR
	py-percy/Makefile
	py-percy/PLIST
	py-percy/distinfo

Log Message:
Add py-percy

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3cb34d33803ae80e985439b5f92ba99740706b9b

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

diffstat:
 Makefile          |  1 +
 py-percy/DESCR    |  1 +
 py-percy/Makefile | 17 +++++++++++++++++
 py-percy/PLIST    | 40 ++++++++++++++++++++++++++++++++++++++++
 py-percy/distinfo |  6 ++++++
 5 files changed, 65 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 73e26efe14..33adc36c97 100644
--- a/Makefile
+++ b/Makefile
@@ -3521,6 +3521,7 @@ SUBDIR+=	py-peak-rules
 SUBDIR+=	py-pebl
 SUBDIR+=	py-peng
 SUBDIR+=	py-percol
+SUBDIR+=	py-percy
 SUBDIR+=	py-periodictable
 SUBDIR+=	py-peru
 SUBDIR+=	py-pet
diff --git a/py-percy/DESCR b/py-percy/DESCR
new file mode 100644
index 0000000000..5f4500b707
--- /dev/null
+++ b/py-percy/DESCR
@@ -0,0 +1 @@
+Python client library for visual regression testing with Percy
diff --git a/py-percy/Makefile b/py-percy/Makefile
new file mode 100644
index 0000000000..e1351e555c
--- /dev/null
+++ b/py-percy/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	percy-1.1.2
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=   ${MASTER_SITE_PYPI:=p/percy/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/percy/python-percy-client
+COMMENT=	Client library for visual regression testing
+LICENSE=	mit
+
+.include "../../lang/python/egg.mk"
+WRKSRC=		${WRKDIR}/percy-1.1.2
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-percy/PLIST b/py-percy/PLIST
new file mode 100644
index 0000000000..ace6ad73af
--- /dev/null
+++ b/py-percy/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/percy/__init__.py
+${PYSITELIB}/percy/__init__.pyc
+${PYSITELIB}/percy/__init__.pyo
+${PYSITELIB}/percy/client.py
+${PYSITELIB}/percy/client.pyc
+${PYSITELIB}/percy/client.pyo
+${PYSITELIB}/percy/config.py
+${PYSITELIB}/percy/config.pyc
+${PYSITELIB}/percy/config.pyo
+${PYSITELIB}/percy/connection.py
+${PYSITELIB}/percy/connection.pyc
+${PYSITELIB}/percy/connection.pyo
+${PYSITELIB}/percy/environment.py
+${PYSITELIB}/percy/environment.pyc
+${PYSITELIB}/percy/environment.pyo
+${PYSITELIB}/percy/errors.py
+${PYSITELIB}/percy/errors.pyc
+${PYSITELIB}/percy/errors.pyo
+${PYSITELIB}/percy/resource.py
+${PYSITELIB}/percy/resource.pyc
+${PYSITELIB}/percy/resource.pyo
+${PYSITELIB}/percy/resource_loader.py
+${PYSITELIB}/percy/resource_loader.pyc
+${PYSITELIB}/percy/resource_loader.pyo
+${PYSITELIB}/percy/runner.py
+${PYSITELIB}/percy/runner.pyc
+${PYSITELIB}/percy/runner.pyo
+${PYSITELIB}/percy/user_agent.py
+${PYSITELIB}/percy/user_agent.pyc
+${PYSITELIB}/percy/user_agent.pyo
+${PYSITELIB}/percy/utils.py
+${PYSITELIB}/percy/utils.pyc
+${PYSITELIB}/percy/utils.pyo
diff --git a/py-percy/distinfo b/py-percy/distinfo
new file mode 100644
index 0000000000..9681ec5e57
--- /dev/null
+++ b/py-percy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (percy-1.1.2.tar.gz) = 5cb0d14d0523038a56d60af36651b2f4c100f9ca
+RMD160 (percy-1.1.2.tar.gz) = b7e1167181600ddb9decf4e61c10b239aecb7a9d
+SHA512 (percy-1.1.2.tar.gz) = 5557e975077630f9e5808155ac10077647753ff2483a80e1a23ef1ea48ac6e5f66f94c923e5e829cbfe1c60026c5f9b58958d4687f907dbe665d4989f6feeefb
+Size (percy-1.1.2.tar.gz) = 97227 bytes


Home | Main Index | Thread Index | Old Index