py-PasteScript: updated to 3.4.0

3.4.0 (2024-01-22)
* Correct working with PasteDeploy >=3. Thanks brondsem.

3.3.0 (2023-01-03)
* Remove support for Python 2 in tests. It may still work outside tests.
* Fix homepage link. Thanks to Guillaume Gauvrit (mardiros).
* Stop using nose to run tests.
* Run tests in GitHub actions instead of travis CI.

3.2.1 (2021-04-27)
* Require ``setuptools`` in ``install_requires``. Thanks to Tomáš Hrnčiar
  (hrnciar)
* Fix tests to run again.

3.2.0 (2019-09-24)
* Use wsgiserver.WSGIServer instead of wsgiutils.wsgiServer.WSGIServer
  for Python 3 compatibility.

3.1.0 (2019-03-04)
* Remove dependency on ``unittest2``.

3.0.0 (2018-11-26)
* Moved to `GitHub <https://github.com/cdent/pastescript>`_.
* Put into maintenance mode, meaning: critical bugs will be fixed,
  and support for new versions of Python will be handled, but new
  features are not being considered.
This commit is contained in:
adam 2024-01-26 14:04:37 +00:00
parent 0814afb8cb
commit 37b20b7971
4 changed files with 26 additions and 23 deletions

View File

@ -0,0 +1 @@
bin/paster @PREFIX@/bin/paster-@PYVERSSUFFIX@

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.7 2023/04/30 18:53:39 wiz Exp $
# $NetBSD: Makefile,v 1.8 2024/01/26 14:04:37 adam Exp $
DISTNAME= PasteScript-2.0.2
DISTNAME= PasteScript-3.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PasteScript/}
MAINTAINER= pkgsrc-users@NetBSD.org
@ -11,15 +10,19 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Pluggable command-line frontend for setting up package file layouts
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-PasteDeploy-[0-9]*:../../www/py-PasteDeploy
DEPENDS+= ${PYPKGPREFIX}-paste-[0-9]*:../../www/py-paste
DEPENDS+= ${PYPKGPREFIX}-paste>=3.0:../../www/py-paste
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_PKG_RESOURCES= yes
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} paster paster-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,14 +1,13 @@
@comment $NetBSD: PLIST,v 1.1 2015/07/16 11:39:56 wiz Exp $
bin/paster
${PYSITELIB}/${EGG_NAME}-nspkg.pth
${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}/namespace_packages.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.2 2024/01/26 14:04:37 adam Exp $
bin/paster-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/PasteScript-${PKGVERSION}-py${PYVERSSUFFIX}-nspkg.pth
${PYSITELIB}/paste/script/__init__.py
${PYSITELIB}/paste/script/__init__.pyc
${PYSITELIB}/paste/script/__init__.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:30:27 nia Exp $
$NetBSD: distinfo,v 1.5 2024/01/26 14:04:37 adam Exp $
BLAKE2s (PasteScript-2.0.2.tar.gz) = 53b8e4f2875b03c3cdad7e6f8c37bfb447a9c0d7a89cf940f01429518446cffe
SHA512 (PasteScript-2.0.2.tar.gz) = 2f093eb982972fed354219c75c2e008931cea553960cea8aaafbe57cde8556de5626e7eb9bb3b9b7328bad3b7d9899f11fc9773a65380396dae506e7531516de
Size (PasteScript-2.0.2.tar.gz) = 117521 bytes
BLAKE2s (PasteScript-3.4.0.tar.gz) = 867e1e5d26ee866ad0fda60afd9c129ce46619b5d94ce57b9fe50184a7f79ec8
SHA512 (PasteScript-3.4.0.tar.gz) = e18c1442b0c0b606d1ac8c326561e40bbb2d4ac82eaaae408f0b4840a66c2c759c1f0455ea0373be67bbb6d3a6e2acffab629bfe55efbf8e869e44eb1444c298
Size (PasteScript-3.4.0.tar.gz) = 98984 bytes