pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-beampy: Improve PKGNAME, depend on py-beautifulsoup4



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 25 09:47:15 2017 +0100
Changeset:	4e715bbae433e564efa2d4bca10486991762cf40

Modified Files:
	py-beampy/Makefile

Log Message:
py-beampy: Improve PKGNAME, depend on py-beautifulsoup4

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4e715bbae433e564efa2d4bca10486991762cf40

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-beampy/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-beampy/Makefile b/py-beampy/Makefile
index 9348ec9763..e4219dcc7d 100644
--- a/py-beampy/Makefile
+++ b/py-beampy/Makefile
@@ -4,6 +4,7 @@ GITHUB_PROJECT=	beampy
 GITHUB_TAG=	6994aa6e66f77b56e0bf6c1fa4cdd94e106e7b84
 # Upstream does not generate tags
 DISTNAME=	beampy-0.4.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hchauvet/}
 
@@ -16,5 +17,7 @@ EXTRACT_USING=	bsdtar
 
 WRKSRC=		${WRKDIR}/beampy-${GITHUB_TAG}/
 
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index