Files
ports/deskutils/py-send2trash/Makefile
T
Po-Chuan Hsieh f1800e89a6 deskutils/py-send2trash: Update to 1.8.3
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS

Changes:	https://github.com/arsenetar/send2trash/releases
		https://github.com/arsenetar/send2trash/blob/master/CHANGES.rst
2024-04-08 14:45:40 +08:00

23 lines
573 B
Makefile

PORTNAME= send2trash
PORTVERSION= 1.8.3
CATEGORIES= deskutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Send2Trash-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small package that sends files to the Trash
WWW= https://github.com/arsenetar/send2trash
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= dos2unix python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>