Dan Langille 4cc894512f devel/py-python-decouple: Update to 3.8
re: https://github.com/HBNetwork/python-decouple/releases/tag/v3.8

While here:

* update the repo, based on redirect of old repo
* portfmt
2025-08-02 19:59:01 +00:00

19 lines
354 B
Makefile

PORTNAME= python-decouple
DISTVERSION= 3.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Strict separation of settings from code
WWW= https://github.com/HBNetwork/python-decouple
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>