pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-leather



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct  6 08:41:35 UTC 2020

Modified Files:
        pkgsrc/graphics/py-leather: Makefile

Log Message:
py-leather: add DEPENDS, cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-leather/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-leather/Makefile
diff -u pkgsrc/graphics/py-leather/Makefile:1.2 pkgsrc/graphics/py-leather/Makefile:1.3
--- pkgsrc/graphics/py-leather/Makefile:1.2     Sat Nov  2 22:38:02 2019
+++ pkgsrc/graphics/py-leather/Makefile Tue Oct  6 08:41:35 2020
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.2 2019/11/02 22:38:02 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/06 08:41:35 adam Exp $
 
-DISTNAME=              leather-0.3.3
-PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=            python graphics
-MASTER_SITES=          ${MASTER_SITE_PYPI:=l/leather/}
+DISTNAME=      leather-0.3.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/leather/}
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://leather.readthedocs.io/
-COMMENT=               Python charting library for those who need charts now
-LICENSE=               mit
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://leather.readthedocs.io/
+COMMENT=       Python charting for 80% of humans
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
+
+USE_LANGUAGES= # none
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index