pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-requests-cache: remove package moved to main tree
Module Name: pkgsrc-wip
Committed By: Dmytro Kazankov <dkazankov%NetBSD.org@localhost>
Pushed By: dkazankov
Date: Tue Jul 29 01:11:30 2025 +0300
Changeset: d3ebeabfa8ff4dce7a712366b30f9a12ed49e04e
Modified Files:
Makefile
howdoi/Makefile
Removed Files:
py-requests-cache/DESCR
py-requests-cache/Makefile
py-requests-cache/PLIST
py-requests-cache/distinfo
Log Message:
py-requests-cache: remove package moved to main tree
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d3ebeabfa8ff4dce7a712366b30f9a12ed49e04e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
howdoi/Makefile | 2 +-
py-requests-cache/DESCR | 2 --
py-requests-cache/Makefile | 18 ------------------
py-requests-cache/PLIST | 42 ------------------------------------------
py-requests-cache/distinfo | 5 -----
6 files changed, 1 insertion(+), 69 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index feb16eed77..77d77c5f1b 100644
--- a/Makefile
+++ b/Makefile
@@ -4595,7 +4595,6 @@ SUBDIR+= py-repoze.who
SUBDIR+= py-repr
SUBDIR+= py-reproducible
SUBDIR+= py-reproject
-SUBDIR+= py-requests-cache
SUBDIR+= py-requirementslib
SUBDIR+= py-resampy
SUBDIR+= py-resonance
diff --git a/howdoi/Makefile b/howdoi/Makefile
index ea426513c7..006ec5ce02 100644
--- a/howdoi/Makefile
+++ b/howdoi/Makefile
@@ -11,7 +11,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-pyquery-[0-9]*:../../textproc/py-pyquery
-DEPENDS+= ${PYPKGPREFIX}-requests-cache-[0-9]*:../../wip/py-requests-cache
+DEPENDS+= ${PYPKGPREFIX}-requests-cache-[0-9]*:../../devel/py-requests-cache
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
USE_LANGUAGES= # none
diff --git a/py-requests-cache/DESCR b/py-requests-cache/DESCR
deleted file mode 100644
index 0db4c858b0..0000000000
--- a/py-requests-cache/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Requests-cache is a transparent persistent cache for
-requests (version >= 1.1.0) library.
diff --git a/py-requests-cache/Makefile b/py-requests-cache/Makefile
deleted file mode 100644
index ba82cbba3c..0000000000
--- a/py-requests-cache/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2017/04/14 12:10:26 leot Exp $
-
-DISTNAME= requests-cache-0.4.13
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-cache/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/reclosedev/requests-cache
-COMMENT= Persistent cache for requests library
-LICENSE= 2-clause-bsd
-
-DEPENDS+= ${PYPKGPREFIX}-requests>=1.1.0:../../devel/py-requests
-
-USE_LANGUAGES= # none
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-requests-cache/PLIST b/py-requests-cache/PLIST
deleted file mode 100644
index 25de8f3abb..0000000000
--- a/py-requests-cache/PLIST
+++ /dev/null
@@ -1,42 +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}/requests_cache/__init__.py
-${PYSITELIB}/requests_cache/__init__.pyc
-${PYSITELIB}/requests_cache/__init__.pyo
-${PYSITELIB}/requests_cache/backends/__init__.py
-${PYSITELIB}/requests_cache/backends/__init__.pyc
-${PYSITELIB}/requests_cache/backends/__init__.pyo
-${PYSITELIB}/requests_cache/backends/base.py
-${PYSITELIB}/requests_cache/backends/base.pyc
-${PYSITELIB}/requests_cache/backends/base.pyo
-${PYSITELIB}/requests_cache/backends/mongo.py
-${PYSITELIB}/requests_cache/backends/mongo.pyc
-${PYSITELIB}/requests_cache/backends/mongo.pyo
-${PYSITELIB}/requests_cache/backends/redis.py
-${PYSITELIB}/requests_cache/backends/redis.pyc
-${PYSITELIB}/requests_cache/backends/redis.pyo
-${PYSITELIB}/requests_cache/backends/sqlite.py
-${PYSITELIB}/requests_cache/backends/sqlite.pyc
-${PYSITELIB}/requests_cache/backends/sqlite.pyo
-${PYSITELIB}/requests_cache/backends/storage/__init__.py
-${PYSITELIB}/requests_cache/backends/storage/__init__.pyc
-${PYSITELIB}/requests_cache/backends/storage/__init__.pyo
-${PYSITELIB}/requests_cache/backends/storage/dbdict.py
-${PYSITELIB}/requests_cache/backends/storage/dbdict.pyc
-${PYSITELIB}/requests_cache/backends/storage/dbdict.pyo
-${PYSITELIB}/requests_cache/backends/storage/mongodict.py
-${PYSITELIB}/requests_cache/backends/storage/mongodict.pyc
-${PYSITELIB}/requests_cache/backends/storage/mongodict.pyo
-${PYSITELIB}/requests_cache/backends/storage/redisdict.py
-${PYSITELIB}/requests_cache/backends/storage/redisdict.pyc
-${PYSITELIB}/requests_cache/backends/storage/redisdict.pyo
-${PYSITELIB}/requests_cache/compat.py
-${PYSITELIB}/requests_cache/compat.pyc
-${PYSITELIB}/requests_cache/compat.pyo
-${PYSITELIB}/requests_cache/core.py
-${PYSITELIB}/requests_cache/core.pyc
-${PYSITELIB}/requests_cache/core.pyo
diff --git a/py-requests-cache/distinfo b/py-requests-cache/distinfo
deleted file mode 100644
index f18fa4ac53..0000000000
--- a/py-requests-cache/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2017/04/14 12:10:26 leot Exp $
-
-RMD160 (requests-cache-0.4.13.tar.gz) = 0d69f94c070100340e3505cbebbb944d2df72a5c
-SHA512 (requests-cache-0.4.13.tar.gz) = 1f9c0961facec73c5458fd8e7b22a36ea620fd686bf8032fc002e55cfda4923235ebc3b33454e3ccae14452f50ffe1104a1b28f7b95b0a99c94ff94adc340f34
-Size (requests-cache-0.4.13.tar.gz) = 29342 bytes
Home |
Main Index |
Thread Index |
Old Index