pkgsrc-WIP-changes archive

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

wip/py-update-checker: py-update-checker-0.18.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Dec 7 14:21:37 2020 +0100
Changeset:	dbc3aff755897616ceabca2910c6768bfb6e4728

Added Files:
	py-update-checker/DESCR
	py-update-checker/Makefile
	py-update-checker/PLIST
	py-update-checker/distinfo

Log Message:
wip/py-update-checker: py-update-checker-0.18.0 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=dbc3aff755897616ceabca2910c6768bfb6e4728

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

diffstat:
 py-update-checker/DESCR    |  1 +
 py-update-checker/Makefile | 26 ++++++++++++++++++++++++++
 py-update-checker/PLIST    | 12 ++++++++++++
 py-update-checker/distinfo |  6 ++++++
 4 files changed, 45 insertions(+)

diffs:
diff --git a/py-update-checker/DESCR b/py-update-checker/DESCR
new file mode 100644
index 0000000000..e5eae0c971
--- /dev/null
+++ b/py-update-checker/DESCR
@@ -0,0 +1 @@
+A python module that will check for package updates.
diff --git a/py-update-checker/Makefile b/py-update-checker/Makefile
new file mode 100644
index 0000000000..628806167c
--- /dev/null
+++ b/py-update-checker/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	update_checker-0.18.0
+PKGNAME=	${PYPKGPREFIX}-update-checker-0.18.0
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=u/update_checker/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/bboe/update_checker
+COMMENT=	Python module that will check for package updates
+LICENSE=	modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-black>=0:../../textproc/py-black
+BUILD_DEPENDS+=	${PYPKGPREFIX}-flake8>=0:../../devel/py-flake8
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test>=2.7.3:../../devel/py-test
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.3.0:../../devel/py-requests
+
+USE_LANGUAGES=	# none
+
+do-test:
+	${RUN} cd ${WRKSRC} ; ${SETENV} ${TEST_ENV} ${PYTHONBIN} update_checker_test.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-update-checker/PLIST b/py-update-checker/PLIST
new file mode 100644
index 0000000000..c27a6026b4
--- /dev/null
+++ b/py-update-checker/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/update_checker.py
+${PYSITELIB}/update_checker.pyc
+${PYSITELIB}/update_checker.pyo
+${PYSITELIB}/update_checker_test.py
+${PYSITELIB}/update_checker_test.pyc
+${PYSITELIB}/update_checker_test.pyo
diff --git a/py-update-checker/distinfo b/py-update-checker/distinfo
new file mode 100644
index 0000000000..c54990f65a
--- /dev/null
+++ b/py-update-checker/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (update_checker-0.18.0.tar.gz) = c31fb859106f0c352b0094b75e4f0df65f19fcea
+RMD160 (update_checker-0.18.0.tar.gz) = d476865d2c8ab690b40a0fbc1a092daddb7eaec4
+SHA512 (update_checker-0.18.0.tar.gz) = ab77b4904f27fc3a4f382dda08cf86fceedc6fa1c6a1f2b1d6ea42688f95ea1fbef4168d69233aec4a489d9ff7f93af60e8f1bf62854aa4d2f54136c540d26f1
+Size (update_checker-0.18.0.tar.gz) = 6699 bytes


Home | Main Index | Thread Index | Old Index