py-WSGIProxy2: updated to 0.5.1
0.5.1 (2021-08-26) - remove stale dep on six - use github actions as CI 0.5.0 (2021-08-18) - Drop support for python3.6 and bellow
This commit is contained in:
parent
351cf4e002
commit
34c74e6248
3 changed files with 17 additions and 19 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2022/08/24 09:53:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2024/02/23 11:43:10 adam Exp $
|
||||
|
||||
DISTNAME= WSGIProxy2-0.4.6
|
||||
DISTNAME= WSGIProxy2-0.5.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WSGIProxy2/}
|
||||
|
||||
|
@ -11,15 +10,16 @@ HOMEPAGE= https://github.com/gawel/WSGIProxy2
|
|||
COMMENT= WSGI Proxy with various http client backends
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
|
||||
DEPENDS+= ${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
||||
# circular dependency
|
||||
#TEST_DEPENDS+= ${PYPKGPREFIX}-WebTest-[0-9]*:../../www/py-WebTest
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/wheel.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2022/03/24 20:17:03 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
@comment $NetBSD: PLIST,v 1.3 2024/02/23 11:43:10 adam Exp $
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/COPYING
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
|
||||
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/wsgiproxy/__init__.py
|
||||
${PYSITELIB}/wsgiproxy/__init__.pyc
|
||||
${PYSITELIB}/wsgiproxy/__init__.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2021/10/26 11:30:27 nia Exp $
|
||||
$NetBSD: distinfo,v 1.6 2024/02/23 11:43:10 adam Exp $
|
||||
|
||||
BLAKE2s (WSGIProxy2-0.4.6.tar.gz) = b4a689148076da73dacf938ab502de887da54aa7d4be0e06840d778263b08d99
|
||||
SHA512 (WSGIProxy2-0.4.6.tar.gz) = c60d794c0c8b383bf1857ec325d6d0b4fce9c4aec4a06cbf9d7549b609633e491e137342b7bbaf4eec12462eabba63096328c8517b0685e241d1baecd5827cad
|
||||
Size (WSGIProxy2-0.4.6.tar.gz) = 16481 bytes
|
||||
BLAKE2s (WSGIProxy2-0.5.1.tar.gz) = b2d1e4f72f9ef76925fa6e462268a1942e0055d6c24b2d369086cc1740d9b2d4
|
||||
SHA512 (WSGIProxy2-0.5.1.tar.gz) = 6be9d4893515cc70ee1c5d7b7a29895a8c8b5afd316e2ad05f92fc1fa93e26da22b93440994ec9782f0663ff7073e476f75351fb7955bde93a2b6fbf9f4bf78a
|
||||
Size (WSGIProxy2-0.5.1.tar.gz) = 16565 bytes
|
||||
|
|
Loading…
Reference in a new issue