pkgsrc-WIP-changes archive

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

new package import: py-django-markwhat



Module Name:	pkgsrc-wip
Committed By:	Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 6 21:53:36 2015 +0100
Changeset:	282cf4a3fa0f01428ecf32d467df7eca17498aac

Added Files:
	py-django-markwhat/DESCR
	py-django-markwhat/Makefile
	py-django-markwhat/PLIST
	py-django-markwhat/distinfo

Log Message:
new package import: py-django-markwhat

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

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

diffstat:
 py-django-markwhat/DESCR    |  1 +
 py-django-markwhat/Makefile | 24 ++++++++++++++++++++++++
 py-django-markwhat/PLIST    | 16 ++++++++++++++++
 py-django-markwhat/distinfo |  5 +++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/py-django-markwhat/DESCR b/py-django-markwhat/DESCR
new file mode 100644
index 0000000..3ef02bb
--- /dev/null
+++ b/py-django-markwhat/DESCR
@@ -0,0 +1 @@
+A collection of template filters that implement common markup languages.
diff --git a/py-django-markwhat/Makefile b/py-django-markwhat/Makefile
new file mode 100644
index 0000000..19b6c69
--- /dev/null
+++ b/py-django-markwhat/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	django-markwhat-1.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	https://pypi.python.org/packages/source/d/django-markwhat/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	 http://pypi.python.org/pypi/django-markwhat
+COMMENT=	Template filters that implement common markup languages
+LICENSE=	2-clause-bsd
+
+DEPENDS+=       ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_ACCEPTED= 34 33 27
+PYDISTUTILSPKG= yes
+
+do-test:
+	${RUN} cd ${WRKSRC}/django_markwhat; ${SETENV} ${TEST_ENV} ${PYTHONBIN} tests.py
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-django-markwhat/PLIST b/py-django-markwhat/PLIST
new file mode 100644
index 0000000..7974f3b
--- /dev/null
+++ b/py-django-markwhat/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+${PYSITELIB}/django_markwhat/__init__.py
+${PYSITELIB}/django_markwhat/__init__.pyc
+${PYSITELIB}/django_markwhat/__init__.pyo
+${PYSITELIB}/django_markwhat/models.py
+${PYSITELIB}/django_markwhat/models.pyc
+${PYSITELIB}/django_markwhat/models.pyo
+${PYSITELIB}/django_markwhat/templatetags/__init__.py
+${PYSITELIB}/django_markwhat/templatetags/__init__.pyc
+${PYSITELIB}/django_markwhat/templatetags/__init__.pyo
+${PYSITELIB}/django_markwhat/templatetags/markup.py
+${PYSITELIB}/django_markwhat/templatetags/markup.pyc
+${PYSITELIB}/django_markwhat/templatetags/markup.pyo
+${PYSITELIB}/django_markwhat/tests.py
+${PYSITELIB}/django_markwhat/tests.pyc
+${PYSITELIB}/django_markwhat/tests.pyo
diff --git a/py-django-markwhat/distinfo b/py-django-markwhat/distinfo
new file mode 100644
index 0000000..dd9fad7
--- /dev/null
+++ b/py-django-markwhat/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (django-markwhat-1.4.tar.gz) = adbb804b4f1f6ab6cef8e10d2835ce07d75bb8bb
+RMD160 (django-markwhat-1.4.tar.gz) = 870336f74aafff7b7677bdd475d65a9fcc68fc4a
+Size (django-markwhat-1.4.tar.gz) = 7222 bytes


Home | Main Index | Thread Index | Old Index