1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/py-littleutils/Makefile
Po-Chuan Hsieh e83fd91f42
devel/py-littleutils: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-04-09 04:17:09 +08:00

23 lines
541 B
Makefile

PORTNAME= littleutils
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small personal collection of python utility functions
WWW= https://github.com/alexmojaki/littleutils
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>