pkgsrc/devel/py-frozenlist/Makefile
adam 2d88951c85 py-frozenlist: updated to 1.3.0
1.3.0 (2022-01-18)
==================

Bugfixes
--------
- Do not install C sources with binary distributions.

Deprecations and Removals
-------------------------
- Dropped Python 3.6 support
2022-01-19 06:10:03 +00:00

18 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.2 2022/01/19 06:10:03 adam Exp $
DISTNAME= frozenlist-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/frozenlist/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/aio-libs/frozenlist
COMMENT= List-like structure which implements collections.abc.MutableSequence
LICENSE= apache-2.0
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"