0.6.0 WARNING: Backward incompatible changes Use poetry as build system Use pytest as test runner Move documentation to README Use GitHub Actions CI
16 lines
453 B
Makefile
16 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/08/25 19:00:06 adam Exp $
|
|
|
|
DISTNAME= babelfish-0.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/babelfish/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Diaoul/babelfish
|
|
COMMENT= Python library to work with countries and languages
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|