1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/py-paste/Makefile
Nicola Vitale 0e8b15533c
www/py-paste: Update to 3.10.1
Release changes:	https://github.com/pasteorg/paste/releases/tag/3.10.1
Reported by:	Chris Dent <notifications@github.com>
2024-05-03 16:50:14 +02:00

27 lines
666 B
Makefile

PORTNAME= Paste
PORTVERSION= 3.10.1
PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:tl}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Tools for using a Web Server Gateway Interface stack
WWW= https://github.com/pasteorg/paste
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/license.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
# 175 passed, 1 skipped
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>