pkgsrc/devel/py-serpent/Makefile
adam 1df8ed80d8 py-serpent: updated to 1.28
release 1.28:
serpent itself didn't really change
the souce dist archive now contains the unit tests as well
the setup.py script was improved to run these tests via its test command
the travis CI config was updated
2019-04-04 12:27:08 +00:00

16 lines
410 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/04/04 12:27:08 adam Exp $
DISTNAME= serpent-1.28
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/serpent/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/irmen/Serpent
COMMENT= Simple serialization library
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"