pkgsrc-WIP-changes archive

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

+pkg new py-timeline



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 3 09:52:55 2020 +0100
Changeset:	48a0ae5c9af1fce704ec41aeb31a683da3f47a3d

Added Files:
	py-timeline/DESCR
	py-timeline/Makefile
	py-timeline/PLIST
	py-timeline/distinfo

Log Message:
+pkg new py-timeline

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

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

diffstat:
 py-timeline/DESCR    |  3 +++
 py-timeline/Makefile | 18 ++++++++++++++++++
 py-timeline/PLIST    | 36 ++++++++++++++++++++++++++++++++++++
 py-timeline/distinfo |  6 ++++++
 4 files changed, 63 insertions(+)

diffs:
diff --git a/py-timeline/DESCR b/py-timeline/DESCR
new file mode 100644
index 0000000000..a0676d5f04
--- /dev/null
+++ b/py-timeline/DESCR
@@ -0,0 +1,3 @@
+The timeline package provides a way to model a series of actions
+For instance, during a web request the appserver might call out
+to a number of backend
diff --git a/py-timeline/Makefile b/py-timeline/Makefile
new file mode 100644
index 0000000000..6640ec1480
--- /dev/null
+++ b/py-timeline/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	timeline-0.0.7
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	time python
+MASTER_SITES=	https://files.pythonhosted.org/packages/60/9e/f4bf6af001ac70f12c032e0466719adcc346e281e7e804eb8db86f6a28df/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://launchpad.net/python-timeline
+COMMENT=	Timeline module for modelling a series of actions
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-timeline/PLIST b/py-timeline/PLIST
new file mode 100644
index 0000000000..837c126a46
--- /dev/null
+++ b/py-timeline/PLIST
@@ -0,0 +1,36 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/timeline/__init__.py
+${PYSITELIB}/timeline/__init__.pyc
+${PYSITELIB}/timeline/__init__.pyo
+${PYSITELIB}/timeline/nestingtimedaction.py
+${PYSITELIB}/timeline/nestingtimedaction.pyc
+${PYSITELIB}/timeline/nestingtimedaction.pyo
+${PYSITELIB}/timeline/tests/__init__.py
+${PYSITELIB}/timeline/tests/__init__.pyc
+${PYSITELIB}/timeline/tests/__init__.pyo
+${PYSITELIB}/timeline/tests/test_nestingtimedaction.py
+${PYSITELIB}/timeline/tests/test_nestingtimedaction.pyc
+${PYSITELIB}/timeline/tests/test_nestingtimedaction.pyo
+${PYSITELIB}/timeline/tests/test_timedaction.py
+${PYSITELIB}/timeline/tests/test_timedaction.pyc
+${PYSITELIB}/timeline/tests/test_timedaction.pyo
+${PYSITELIB}/timeline/tests/test_timeline.py
+${PYSITELIB}/timeline/tests/test_timeline.pyc
+${PYSITELIB}/timeline/tests/test_timeline.pyo
+${PYSITELIB}/timeline/tests/test_wsgi.py
+${PYSITELIB}/timeline/tests/test_wsgi.pyc
+${PYSITELIB}/timeline/tests/test_wsgi.pyo
+${PYSITELIB}/timeline/timedaction.py
+${PYSITELIB}/timeline/timedaction.pyc
+${PYSITELIB}/timeline/timedaction.pyo
+${PYSITELIB}/timeline/timeline.py
+${PYSITELIB}/timeline/timeline.pyc
+${PYSITELIB}/timeline/timeline.pyo
+${PYSITELIB}/timeline/wsgi.py
+${PYSITELIB}/timeline/wsgi.pyc
+${PYSITELIB}/timeline/wsgi.pyo
diff --git a/py-timeline/distinfo b/py-timeline/distinfo
new file mode 100644
index 0000000000..173eba8894
--- /dev/null
+++ b/py-timeline/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (timeline-0.0.7.tar.gz) = f676e5f0a9ecfc7c5a32a51955c19670f2b5a0f0
+RMD160 (timeline-0.0.7.tar.gz) = db9510577ad60367844d075d026f2ebe6447b962
+SHA512 (timeline-0.0.7.tar.gz) = 1557a295a6d4c3307056776dd1df43ac4bc934a533ba90686d7c3d28e906581385db29f6f0c6fd1c10bf70588c7e6ceba5acb09269792527ef49f41e8d33342b
+Size (timeline-0.0.7.tar.gz) = 11928 bytes


Home | Main Index | Thread Index | Old Index