pkgsrc-WIP-changes archive

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

Add py-django-templatetag-sugar



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:44:35 2018 -0400
Changeset:	aca7d7cc3a83040825765cde7f390c9e455178fe

Modified Files:
	Makefile
Added Files:
	py-django-templatetag-sugar/DESCR
	py-django-templatetag-sugar/Makefile
	py-django-templatetag-sugar/PLIST
	py-django-templatetag-sugar/distinfo

Log Message:
Add py-django-templatetag-sugar

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

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

diffstat:
 Makefile                             |  1 +
 py-django-templatetag-sugar/DESCR    |  1 +
 py-django-templatetag-sugar/Makefile | 16 ++++++++++++++++
 py-django-templatetag-sugar/PLIST    | 20 ++++++++++++++++++++
 py-django-templatetag-sugar/distinfo |  6 ++++++
 5 files changed, 44 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index cef2b889be..995fe8cb4d 100644
--- a/Makefile
+++ b/Makefile
@@ -3108,6 +3108,7 @@ SUBDIR+=	py-django-idmap
 SUBDIR+=	py-django-markwhat
 SUBDIR+=	py-django-mathjax
 SUBDIR+=	py-django-nose
+SUBDIR+=	py-django-templatetag-sugar
 SUBDIR+=	py-django-quran
 SUBDIR+=	py-django-uuidfield
 SUBDIR+=	py-djangopypi2
diff --git a/py-django-templatetag-sugar/DESCR b/py-django-templatetag-sugar/DESCR
new file mode 100644
index 0000000000..0e1310a737
--- /dev/null
+++ b/py-django-templatetag-sugar/DESCR
@@ -0,0 +1 @@
+Library to make Django's template tags sweet
diff --git a/py-django-templatetag-sugar/Makefile b/py-django-templatetag-sugar/Makefile
new file mode 100644
index 0000000000..f96b698fdd
--- /dev/null
+++ b/py-django-templatetag-sugar/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	django-templatetag-sugar-1.0
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/django-templatetag-sugar/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/alex/django-templatetag-sugar/
+COMMENT=	Library to make Django's template tags sweet
+LICENSE=	modified-bsd
+
+.include "../../lang/python/egg.mk"
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-django-templatetag-sugar/PLIST b/py-django-templatetag-sugar/PLIST
new file mode 100644
index 0000000000..4688411ee6
--- /dev/null
+++ b/py-django-templatetag-sugar/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/templatetag_sugar/__init__.py
+${PYSITELIB}/templatetag_sugar/__init__.pyc
+${PYSITELIB}/templatetag_sugar/__init__.pyo
+${PYSITELIB}/templatetag_sugar/models.py
+${PYSITELIB}/templatetag_sugar/models.pyc
+${PYSITELIB}/templatetag_sugar/models.pyo
+${PYSITELIB}/templatetag_sugar/node.py
+${PYSITELIB}/templatetag_sugar/node.pyc
+${PYSITELIB}/templatetag_sugar/node.pyo
+${PYSITELIB}/templatetag_sugar/parser.py
+${PYSITELIB}/templatetag_sugar/parser.pyc
+${PYSITELIB}/templatetag_sugar/parser.pyo
+${PYSITELIB}/templatetag_sugar/register.py
+${PYSITELIB}/templatetag_sugar/register.pyc
+${PYSITELIB}/templatetag_sugar/register.pyo
diff --git a/py-django-templatetag-sugar/distinfo b/py-django-templatetag-sugar/distinfo
new file mode 100644
index 0000000000..089566dcb9
--- /dev/null
+++ b/py-django-templatetag-sugar/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (django-templatetag-sugar-1.0.tar.gz) = 5b7b578c4e03509ed181677f5de13d4a791217b5
+RMD160 (django-templatetag-sugar-1.0.tar.gz) = 19dd370a8d55ae81ab100066a3d3e869a4d182fe
+SHA512 (django-templatetag-sugar-1.0.tar.gz) = 69b1716ccf973f2faa3c7729d097b1c68345d2ad5f189e99d5b7fca6b573b1e2f1d58e2abf05b0b64343f618c28357467b6cdd6975c7581bfacf0755f37ca589
+Size (django-templatetag-sugar-1.0.tar.gz) = 2810 bytes


Home | Main Index | Thread Index | Old Index