1df8ed80d8
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
16 lines
410 B
Makefile
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"
|