pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
25 lines
736 B
Makefile
25 lines
736 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/01/18 23:32:08 rillig Exp $
|
|
TRYTON_MODULE_NAME= trytond_country
|
|
.include "../../devel/py-trytond/Makefile.common"
|
|
CATEGORIES= geography python
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.tryton.org/
|
|
COMMENT= Country module of the Tryton application platform
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-trytond>=${TRYTON_BASEVER}:../../devel/py-trytond
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PYTHON+= tests/test_country.py
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/bin/trytond_import_zip \
|
|
${DESTDIR}${PREFIX}/bin/trytond${PYVERSSUFFIX}_import_zip || ${TRUE}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|