pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-expiringdict, py-coveralls: remove, imported
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Wed Aug 24 14:46:25 2022 +0200
Changeset: a91f4b1ba9bcdf55b6555812700713df6b069c08
Modified Files:
Makefile
Removed Files:
py-coveralls/DESCR
py-coveralls/Makefile
py-coveralls/PLIST
py-coveralls/distinfo
py-expiringdict/DESCR
py-expiringdict/Makefile
py-expiringdict/PLIST
py-expiringdict/distinfo
Log Message:
py-expiringdict, py-coveralls: remove, imported
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a91f4b1ba9bcdf55b6555812700713df6b069c08
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 --
py-coveralls/DESCR | 1 -
py-coveralls/Makefile | 26 --------------------------
py-coveralls/PLIST | 32 --------------------------------
py-coveralls/distinfo | 5 -----
py-expiringdict/DESCR | 6 ------
py-expiringdict/Makefile | 24 ------------------------
py-expiringdict/PLIST | 10 ----------
py-expiringdict/distinfo | 5 -----
9 files changed, 111 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 3d31632b3e..aca8b017ea 100644
--- a/Makefile
+++ b/Makefile
@@ -3607,7 +3607,6 @@ SUBDIR+= py-cosmolopy
SUBDIR+= py-country
SUBDIR+= py-country-converter
SUBDIR+= py-coverage-badge
-SUBDIR+= py-coveralls
SUBDIR+= py-cppimport
SUBDIR+= py-cracklib
SUBDIR+= py-cramjam
@@ -3778,7 +3777,6 @@ SUBDIR+= py-eventlet
SUBDIR+= py-executor
SUBDIR+= py-exocode
SUBDIR+= py-expander
-SUBDIR+= py-expiringdict
SUBDIR+= py-expression
SUBDIR+= py-extremes
SUBDIR+= py-face
diff --git a/py-coveralls/DESCR b/py-coveralls/DESCR
deleted file mode 100644
index 755ec8ea53..0000000000
--- a/py-coveralls/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Python interface to coveralls.io API
diff --git a/py-coveralls/Makefile b/py-coveralls/Makefile
deleted file mode 100644
index fcffd48437..0000000000
--- a/py-coveralls/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2014/12/31 13:58:23 thomasklausner Exp $
-
-DISTNAME= coveralls-3.3.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=c/coveralls/}
-
-MAINTAINER= kamel.derouiche%gmail.com@localhost
-HOMEPAGE= https://github.com/z4r/python-coveralls
-COMMENT= Python interface to coveralls.io API
-LICENSE= apache-2.0
-
-DEPENDS+= ${PYPKGPREFIX}-coverage>=4.1:../../devel/py-coverage
-DEPENDS+= ${PYPKGPREFIX}-docopt>=0.6.1:../../devel/py-docopt
-DEPENDS+= ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-responses>=0:../../net/py-responses
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
-
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-coveralls/PLIST b/py-coveralls/PLIST
deleted file mode 100644
index aa32726a02..0000000000
--- a/py-coveralls/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $NetBSD$
-bin/coveralls
-${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}/coveralls/__init__.py
-${PYSITELIB}/coveralls/__init__.pyc
-${PYSITELIB}/coveralls/__init__.pyo
-${PYSITELIB}/coveralls/__main__.py
-${PYSITELIB}/coveralls/__main__.pyc
-${PYSITELIB}/coveralls/__main__.pyo
-${PYSITELIB}/coveralls/api.py
-${PYSITELIB}/coveralls/api.pyc
-${PYSITELIB}/coveralls/api.pyo
-${PYSITELIB}/coveralls/cli.py
-${PYSITELIB}/coveralls/cli.pyc
-${PYSITELIB}/coveralls/cli.pyo
-${PYSITELIB}/coveralls/exception.py
-${PYSITELIB}/coveralls/exception.pyc
-${PYSITELIB}/coveralls/exception.pyo
-${PYSITELIB}/coveralls/git.py
-${PYSITELIB}/coveralls/git.pyc
-${PYSITELIB}/coveralls/git.pyo
-${PYSITELIB}/coveralls/reporter.py
-${PYSITELIB}/coveralls/reporter.pyc
-${PYSITELIB}/coveralls/reporter.pyo
-${PYSITELIB}/coveralls/version.py
-${PYSITELIB}/coveralls/version.pyc
-${PYSITELIB}/coveralls/version.pyo
diff --git a/py-coveralls/distinfo b/py-coveralls/distinfo
deleted file mode 100644
index 73a14790c8..0000000000
--- a/py-coveralls/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/02/03 23:21:45 jihbed Exp $
-
-BLAKE2s (coveralls-3.3.1.tar.gz) = 726ef602356572fcc77174f334bf8d261b7ce77f787c261a3985ad48b38e64e0
-SHA512 (coveralls-3.3.1.tar.gz) = e101b50b1b6bfaac188360093ad8e0444412187efa2f8bb118c297ce59ff1f5087a45ceb51334be9042c66c6516903e52068c63937504b93c2ca0b7c1cc7ed4d
-Size (coveralls-3.3.1.tar.gz) = 17964 bytes
diff --git a/py-expiringdict/DESCR b/py-expiringdict/DESCR
deleted file mode 100644
index d861e1bfda..0000000000
--- a/py-expiringdict/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-expiringdict is a Python caching library. The core of the library
-is ExpiringDict class which is an ordered dictionary with auto-expiring
-values for caching purposes. Expiration happens on any access,
-object is locked during cleanup from expired values. ExpiringDict
-can not store more than `max_len` elements - the oldest will be
-deleted.
diff --git a/py-expiringdict/Makefile b/py-expiringdict/Makefile
deleted file mode 100644
index 59038b78b1..0000000000
--- a/py-expiringdict/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-DISTNAME= expiringdict-1.2.2
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=e/expiringdict/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.mailgun.com/
-COMMENT= Dictionary with auto-expiring values for caching purposes
-LICENSE= apache-2.0
-
-TEST_DEPENDS+= ${PYPKGPREFIX}-dill>=0:../../textproc/py-dill
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=0:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-coveralls>=3:../../wip/py-coveralls
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
-
-USE_LANGUAGES= # none
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-expiringdict/PLIST b/py-expiringdict/PLIST
deleted file mode 100644
index 6b4bf237af..0000000000
--- a/py-expiringdict/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@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}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/expiringdict/__init__.py
-${PYSITELIB}/expiringdict/__init__.pyc
-${PYSITELIB}/expiringdict/__init__.pyo
diff --git a/py-expiringdict/distinfo b/py-expiringdict/distinfo
deleted file mode 100644
index 1e36b65a53..0000000000
--- a/py-expiringdict/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (expiringdict-1.2.2.tar.gz) = 019d4f85672487a3c6f3451a5a421f77baca6518aa804b003a81b022b0025efe
-SHA512 (expiringdict-1.2.2.tar.gz) = 7c56642d1bb403520b6fe47b0ba3f05de464deab64e4783cc281c87fb9751e80a371d5b54485e51ff056eca5aa83b62f13b47d3e30fd6d8b23dd60b67759ac45
-Size (expiringdict-1.2.2.tar.gz) = 8137 bytes
Home |
Main Index |
Thread Index |
Old Index