Files
ports/devel/py-banal/Makefile
T
Kai Knoblich 639a107393 devel/py-banal: Update to 1.0.1
* The support for Python < 3.5 was dropped with the 1.0.0 release, adapt
  accordingly and update the pkg-descr.

* Do the same for textproc/py-{fingerprints,normality} to avoid breakage of
  bulk -a .  Both consumers will soon be updated to a newer release which
  also no longer have any support for Python < 3.5.

Changelog since 0.4.2:

https://github.com/pudo/banal/compare/528c339b...1.0.1
2020-12-10 09:49:22 +00:00

21 lines
355 B
Makefile

# $FreeBSD$
PORTNAME= banal
DISTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Commons of banal micro-functions for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>