pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pinout: fix pkgsrc python prefix & cleanup includes.
Module Name: pkgsrc-wip
Committed By: Mike M. Volokhov <mike.volokhov%gmail.com@localhost>
Pushed By: mishka
Date: Tue May 11 17:39:12 2021 +0300
Changeset: c6fd188a9abf17d0e9465fe7691257a1622622d2
Modified Files:
py-pinout/Makefile
Log Message:
py-pinout: fix pkgsrc python prefix & cleanup includes.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c6fd188a9abf17d0e9465fe7691257a1622622d2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pinout/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/py-pinout/Makefile b/py-pinout/Makefile
index 7ce71cc875..13b66ad310 100644
--- a/py-pinout/Makefile
+++ b/py-pinout/Makefile
@@ -2,7 +2,7 @@
GITHUB_PROJECT= pinout
DISTNAME= pinout-0.0.9
-PKGNAME= py-${DISTNAME}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GITHUB:=j0ono0/}
@@ -16,6 +16,5 @@ USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.11:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-yaml>=5.0:../../textproc/py-yaml
-#.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index