pkgsrc-WIP-changes archive

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

py-swh-web-client-0.2.3 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 11:12:44 2020 +0100
Changeset:	e30fcf8f6457a915bb128e1c7d6a8bd131fed801

Added Files:
	py-swh-web-client/DESCR
	py-swh-web-client/Makefile
	py-swh-web-client/PLIST
	py-swh-web-client/distinfo

Log Message:
py-swh-web-client-0.2.3 import to wip

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

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

diffstat:
 py-swh-web-client/DESCR    |  1 +
 py-swh-web-client/Makefile | 27 +++++++++++++++++++++++++++
 py-swh-web-client/PLIST    | 42 ++++++++++++++++++++++++++++++++++++++++++
 py-swh-web-client/distinfo |  6 ++++++
 4 files changed, 76 insertions(+)

diffs:
diff --git a/py-swh-web-client/DESCR b/py-swh-web-client/DESCR
new file mode 100644
index 0000000000..d6bd1a7022
--- /dev/null
+++ b/py-swh-web-client/DESCR
@@ -0,0 +1 @@
+Client for Software Heritage Web applications, via their APIs.
diff --git a/py-swh-web-client/Makefile b/py-swh-web-client/Makefile
new file mode 100644
index 0000000000..79f7ad85c4
--- /dev/null
+++ b/py-swh-web-client/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	swh.web.client-0.2.3
+PKGNAME=	${PYPKGPREFIX}-swh-web-client-0.2.3
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/swh.web.client/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://forge.softwareheritage.org/source/swh-web-client/
+COMMENT=	Software Heritage Web client
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
+DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.8.1:../../time/py-dateutil
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-swh-core>=0.10.0:../../wip/py-swh-core
+DEPENDS+=	${PYPKGPREFIX}-swh-model>=0.7.2:../../wip/py-swh-model
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test
+TEST_DEPENDS+=	${PYPKGPREFIX}-requests-mock>=1.8.0:../../devel/py-requests-mock
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-swh-web-client/PLIST b/py-swh-web-client/PLIST
new file mode 100644
index 0000000000..f1e35ec918
--- /dev/null
+++ b/py-swh-web-client/PLIST
@@ -0,0 +1,42 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/swh/__init__.py
+${PYSITELIB}/swh/__init__.pyc
+${PYSITELIB}/swh/__init__.pyo
+${PYSITELIB}/swh/web/__init__.py
+${PYSITELIB}/swh/web/__init__.pyc
+${PYSITELIB}/swh/web/__init__.pyo
+${PYSITELIB}/swh/web/client/__init__.py
+${PYSITELIB}/swh/web/client/__init__.pyc
+${PYSITELIB}/swh/web/client/__init__.pyo
+${PYSITELIB}/swh/web/client/auth.py
+${PYSITELIB}/swh/web/client/auth.pyc
+${PYSITELIB}/swh/web/client/auth.pyo
+${PYSITELIB}/swh/web/client/cli.py
+${PYSITELIB}/swh/web/client/cli.pyc
+${PYSITELIB}/swh/web/client/cli.pyo
+${PYSITELIB}/swh/web/client/client.py
+${PYSITELIB}/swh/web/client/client.pyc
+${PYSITELIB}/swh/web/client/client.pyo
+${PYSITELIB}/swh/web/client/py.typed
+${PYSITELIB}/swh/web/client/tests/__init__.py
+${PYSITELIB}/swh/web/client/tests/__init__.pyc
+${PYSITELIB}/swh/web/client/tests/__init__.pyo
+${PYSITELIB}/swh/web/client/tests/api_data.py
+${PYSITELIB}/swh/web/client/tests/api_data.pyc
+${PYSITELIB}/swh/web/client/tests/api_data.pyo
+${PYSITELIB}/swh/web/client/tests/conftest.py
+${PYSITELIB}/swh/web/client/tests/conftest.pyc
+${PYSITELIB}/swh/web/client/tests/conftest.pyo
+${PYSITELIB}/swh/web/client/tests/gen-api-data.sh
+${PYSITELIB}/swh/web/client/tests/test_cli.py
+${PYSITELIB}/swh/web/client/tests/test_cli.pyc
+${PYSITELIB}/swh/web/client/tests/test_cli.pyo
+${PYSITELIB}/swh/web/client/tests/test_web_api_client.py
+${PYSITELIB}/swh/web/client/tests/test_web_api_client.pyc
+${PYSITELIB}/swh/web/client/tests/test_web_api_client.pyo
diff --git a/py-swh-web-client/distinfo b/py-swh-web-client/distinfo
new file mode 100644
index 0000000000..a697495c18
--- /dev/null
+++ b/py-swh-web-client/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (swh.web.client-0.2.3.tar.gz) = 2b19e2bf9bf38838a86c207d6278b3d2f6bcabfe
+RMD160 (swh.web.client-0.2.3.tar.gz) = e6c93b3ccc4d1b8a3f9f28c314eb6b21abbd3504
+SHA512 (swh.web.client-0.2.3.tar.gz) = 4352de9fc4e372389fc8fcf4d49f8aff49603a01006e26df7017d3e8eeba27092ae06888fc8c4ee2c988ab4796cbec5e0346d0841678eaaa9c2ded387dd2cb24
+Size (swh.web.client-0.2.3.tar.gz) = 80966 bytes


Home | Main Index | Thread Index | Old Index