pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-leather py-leather: add DEPENDS, cleanup



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bd5b1465f70
branches:  trunk
changeset: 440321:6bd5b1465f70
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 06 08:41:35 2020 +0000

description:
py-leather: add DEPENDS, cleanup

diffstat:

 graphics/py-leather/Makefile |  23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

diffs (32 lines):

diff -r 6f6c8c58d42b -r 6bd5b1465f70 graphics/py-leather/Makefile
--- a/graphics/py-leather/Makefile      Tue Oct 06 08:37:23 2020 +0000
+++ b/graphics/py-leather/Makefile      Tue Oct 06 08:41:35 2020 +0000
@@ -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
 
-.include "../../lang/python/application.mk"
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.6.1:../../lang/py-six
+
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index