pkgsrc-WIP-changes archive

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

imported a py-pkg



Module Name:	pkgsrc-wip
Committed By:	4d30 <45021583+4d30%users.noreply.github.com@localhost>
Pushed By:	lntl
Date:		Tue Nov 17 22:49:08 2020 +0000
Changeset:	c82e4922e56f78b49d859c6ea80f48330e6cb5a2

Modified Files:
	Makefile
Added Files:
	py-branca/DESCR
	py-branca/Makefile
	py-branca/PLIST
	py-branca/distinfo

Log Message:
imported a py-pkg

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

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

diffstat:
 Makefile           |  1 +
 py-branca/DESCR    |  8 ++++++++
 py-branca/Makefile | 16 ++++++++++++++++
 py-branca/PLIST    | 30 ++++++++++++++++++++++++++++++
 py-branca/distinfo |  6 ++++++
 5 files changed, 61 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 729f7a6355..aa328ef353 100644
--- a/Makefile
+++ b/Makefile
@@ -3150,6 +3150,7 @@ SUBDIR+=	py-bloscpack
 SUBDIR+=	py-bokeh
 SUBDIR+=	py-bolos
 SUBDIR+=	py-booktype
+SUBDIR+=	py-branca
 SUBDIR+=	py-brian
 SUBDIR+=	py-brian2
 SUBDIR+=	py-bruce
diff --git a/py-branca/DESCR b/py-branca/DESCR
new file mode 100644
index 0000000000..02d5fead82
--- /dev/null
+++ b/py-branca/DESCR
@@ -0,0 +1,8 @@
+This library is a spinoff from folium, that would host the
+non-map-specific features.
+
+It may become a HTML+JS generation library in the future.
+
+It is based on Jinja2 only.
+
+There's no documentation, but you can browse the examples gallery.
diff --git a/py-branca/Makefile b/py-branca/Makefile
new file mode 100644
index 0000000000..14fe2f87ae
--- /dev/null
+++ b/py-branca/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	branca-0.4.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=b/branca/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://cheeseshop.python.org/pypi/branca
+COMMENT=	May become a HTML+JS generation library
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.9:../../textproc/py-jinja2
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-branca/PLIST b/py-branca/PLIST
new file mode 100644
index 0000000000..fb2d1cb37f
--- /dev/null
+++ b/py-branca/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/branca/__init__.py
+${PYSITELIB}/branca/__init__.pyc
+${PYSITELIB}/branca/__init__.pyo
+${PYSITELIB}/branca/_cnames.json
+${PYSITELIB}/branca/_schemes.json
+${PYSITELIB}/branca/_version.py
+${PYSITELIB}/branca/_version.pyc
+${PYSITELIB}/branca/_version.pyo
+${PYSITELIB}/branca/colormap.py
+${PYSITELIB}/branca/colormap.pyc
+${PYSITELIB}/branca/colormap.pyo
+${PYSITELIB}/branca/element.py
+${PYSITELIB}/branca/element.pyc
+${PYSITELIB}/branca/element.pyo
+${PYSITELIB}/branca/plugins/__init__.py
+${PYSITELIB}/branca/plugins/__init__.pyc
+${PYSITELIB}/branca/plugins/__init__.pyo
+${PYSITELIB}/branca/scheme_base_codes.json
+${PYSITELIB}/branca/scheme_info.json
+${PYSITELIB}/branca/templates/color_scale.js
+${PYSITELIB}/branca/utilities.py
+${PYSITELIB}/branca/utilities.pyc
+${PYSITELIB}/branca/utilities.pyo
diff --git a/py-branca/distinfo b/py-branca/distinfo
new file mode 100644
index 0000000000..234fb30ca9
--- /dev/null
+++ b/py-branca/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (branca-0.4.1.tar.gz) = 128c1ba59e58fb1eae501c0c0143812b256451b1
+RMD160 (branca-0.4.1.tar.gz) = 586eadf01247a6c48456991bcd4df00b52f5a59e
+SHA512 (branca-0.4.1.tar.gz) = b4993e77e5070e8a6915b9e016e895340e6e3029c204c24f742b136c1781d5a2e59cf4802e206efcd1b5384583c9e2543f2112c0c5f368cda5fc46ea77371b7c
+Size (branca-0.4.1.tar.gz) = 41106 bytes


Home | Main Index | Thread Index | Old Index