pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-restkit: remove, old, Python 2.7 only, last release 30 Aug 2013
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Wed Nov 23 06:58:18 2022 +0100
Changeset: 196398910de4137af3e6cda8f1af0d5b17b9bc30
Modified Files:
Makefile
Removed Files:
py-restkit/DESCR
py-restkit/Makefile
py-restkit/PLIST
py-restkit/TODO
py-restkit/distinfo
Log Message:
py-restkit: remove, old, Python 2.7 only, last release 30 Aug 2013
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=196398910de4137af3e6cda8f1af0d5b17b9bc30
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-restkit/DESCR | 3 ---
py-restkit/Makefile | 36 ---------------------------
py-restkit/PLIST | 70 -----------------------------------------------------
py-restkit/TODO | 2 --
py-restkit/distinfo | 5 ----
6 files changed, 117 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 0722c85127..8ef9209212 100644
--- a/Makefile
+++ b/Makefile
@@ -4596,7 +4596,6 @@ SUBDIR+= py-requests-cache
SUBDIR+= py-requirementslib
SUBDIR+= py-resampy
SUBDIR+= py-resonance
-SUBDIR+= py-restkit
SUBDIR+= py-retrying
SUBDIR+= py-revolve
SUBDIR+= py-rf
diff --git a/py-restkit/DESCR b/py-restkit/DESCR
deleted file mode 100644
index 3e6ad83669..0000000000
--- a/py-restkit/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Restkit is an HTTP resource kit for Python. It allows you to easily access to
-HTTP resource and build objects around it.
-It's the base of couchdbkit a Python CouchDB framework.
diff --git a/py-restkit/Makefile b/py-restkit/Makefile
deleted file mode 100644
index 9059b799d5..0000000000
--- a/py-restkit/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2014/08/20 13:28:30 thomasklausner Exp $
-
-DISTNAME= restkit-4.2.2
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= python www
-MASTER_SITES= ${MASTER_SITE_PYPI:=r/restkit/}
-
-MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= https://github.com/benoitc/restkit/
-COMMENT= Restkit is an HTTP resource kit for Python
-LICENSE= mit
-
-DEPENDS+= ${PYPKGPREFIX}-http-parser>=0.8.3:../../www/py-http-parser
-DEPENDS+= ${PYPKGPREFIX}-socketpool>=0.5.3:../../net/py-socketpool
-DEPENDS+= ${PYPKGPREFIX}-simplejson>=2.0.9:../../converters/py-simplejson
-DEPENDS+= ${PYPKGPREFIX}-pygments>=1.3.1:../../textproc/py-pygments
-DEPENDS+= ${PYPKGPREFIX}-eventlet>=0.9.7:../../wip/py-eventlet
-DEPENDS+= ${PYPKGPREFIX}-gevent>=0.13.0:../../net/py-gevent
-DEPENDS+= ${PYPKGPREFIX}-WebOb>=0.9.8:../../www/py-WebOb
-
-USE_LANGUAGES= # none
-
-REPLACE_PYTHON+= restkit/contrib/webob_api.py
-DOCDIR= share/doc/${PKGBASE:S/${PYPKGPREFIX}/py/1}
-INSTALLATION_DIRS+= ${DOCDIR}
-
-PYTHON_VERSIONS_ACCEPTED= 27 # py-socketpool
-
-post-install:
- ${INSTALL_DATA} ${DESTDIR}${PREFIX}/restkit/README.rst \
- ${DESTDIR}${PREFIX}/${DOCDIR}
- ${RM} -rf ${DESTDIR}${PREFIX}/restkit
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-restkit/PLIST b/py-restkit/PLIST
deleted file mode 100644
index b06160a836..0000000000
--- a/py-restkit/PLIST
+++ /dev/null
@@ -1,70 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2013/12/31 20:09:14 othyro Exp $
-bin/restcli
-${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}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/restkit/__init__.py
-${PYSITELIB}/restkit/__init__.pyc
-${PYSITELIB}/restkit/__init__.pyo
-${PYSITELIB}/restkit/client.py
-${PYSITELIB}/restkit/client.pyc
-${PYSITELIB}/restkit/client.pyo
-${PYSITELIB}/restkit/conn.py
-${PYSITELIB}/restkit/conn.pyc
-${PYSITELIB}/restkit/conn.pyo
-${PYSITELIB}/restkit/contrib/__init__.py
-${PYSITELIB}/restkit/contrib/__init__.pyc
-${PYSITELIB}/restkit/contrib/__init__.pyo
-${PYSITELIB}/restkit/contrib/console.py
-${PYSITELIB}/restkit/contrib/console.pyc
-${PYSITELIB}/restkit/contrib/console.pyo
-${PYSITELIB}/restkit/contrib/ipython_shell.py
-${PYSITELIB}/restkit/contrib/ipython_shell.pyc
-${PYSITELIB}/restkit/contrib/ipython_shell.pyo
-${PYSITELIB}/restkit/contrib/webob_api.py
-${PYSITELIB}/restkit/contrib/webob_api.pyc
-${PYSITELIB}/restkit/contrib/webob_api.pyo
-${PYSITELIB}/restkit/contrib/webob_helper.py
-${PYSITELIB}/restkit/contrib/webob_helper.pyc
-${PYSITELIB}/restkit/contrib/webob_helper.pyo
-${PYSITELIB}/restkit/contrib/wsgi_proxy.py
-${PYSITELIB}/restkit/contrib/wsgi_proxy.pyc
-${PYSITELIB}/restkit/contrib/wsgi_proxy.pyo
-${PYSITELIB}/restkit/datastructures.py
-${PYSITELIB}/restkit/datastructures.pyc
-${PYSITELIB}/restkit/datastructures.pyo
-${PYSITELIB}/restkit/errors.py
-${PYSITELIB}/restkit/errors.pyc
-${PYSITELIB}/restkit/errors.pyo
-${PYSITELIB}/restkit/filters.py
-${PYSITELIB}/restkit/filters.pyc
-${PYSITELIB}/restkit/filters.pyo
-${PYSITELIB}/restkit/forms.py
-${PYSITELIB}/restkit/forms.pyc
-${PYSITELIB}/restkit/forms.pyo
-${PYSITELIB}/restkit/oauth2.py
-${PYSITELIB}/restkit/oauth2.pyc
-${PYSITELIB}/restkit/oauth2.pyo
-${PYSITELIB}/restkit/resource.py
-${PYSITELIB}/restkit/resource.pyc
-${PYSITELIB}/restkit/resource.pyo
-${PYSITELIB}/restkit/session.py
-${PYSITELIB}/restkit/session.pyc
-${PYSITELIB}/restkit/session.pyo
-${PYSITELIB}/restkit/tee.py
-${PYSITELIB}/restkit/tee.pyc
-${PYSITELIB}/restkit/tee.pyo
-${PYSITELIB}/restkit/util.py
-${PYSITELIB}/restkit/util.pyc
-${PYSITELIB}/restkit/util.pyo
-${PYSITELIB}/restkit/version.py
-${PYSITELIB}/restkit/version.pyc
-${PYSITELIB}/restkit/version.pyo
-${PYSITELIB}/restkit/wrappers.py
-${PYSITELIB}/restkit/wrappers.pyc
-${PYSITELIB}/restkit/wrappers.pyo
-share/doc/py-restkit/README.rst
diff --git a/py-restkit/TODO b/py-restkit/TODO
deleted file mode 100644
index a232d1c062..0000000000
--- a/py-restkit/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- This package has known vulnerabilities, please investigate and fix if possible:
- CVE-2015-2674
diff --git a/py-restkit/distinfo b/py-restkit/distinfo
deleted file mode 100644
index 95e5085b19..0000000000
--- a/py-restkit/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2013/12/31 20:09:14 othyro Exp $
-
-RMD160 (restkit-4.2.2.tar.gz) = 1e4f9cdfcf2c345ad35c001cfa8e3c778c052942
-SHA512 (restkit-4.2.2.tar.gz) = 5ed08535e1a54b5594d97b059d8662ab4bc19c68e71a30719c4a533cba0f2d0e18872119752c62136563a32281e8f747414fbf843fd97dba138107ffcb5d1e4b
-Size (restkit-4.2.2.tar.gz) = 1275904 bytes
Home |
Main Index |
Thread Index |
Old Index