pkgsrc/devel/py-atpublic/Makefile
adam 77b9339ec3 py-atpublic: updated to 2.3
2.3 (2021-04-13)
================
* Do type hinting the right way.

2.2 (2021-04-13)
================
* ``public()`` and ``private()`` can't be correctly type annotated, so the
  type hints on these two functions have been removed.  The ``ModuleAware``
  was also removed.
* Added a ``py.typed`` file to satisfy type checkers.
* Fixed a documentation cross-reference bug.
2021-04-16 05:40:25 +00:00

23 lines
611 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/04/16 05:40:25 adam Exp $
DISTNAME= atpublic-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/atpublic/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://public.readthedocs.io/
COMMENT= @public decorator for Python
LICENSE= apache-2.0
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
.endif
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"