pkgsrc-WIP-changes archive

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

Import py-django-pandas-0.6.4 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Feb 19 17:06:32 2021 +0100
Changeset:	f28e3c334ab1eac3f9b5a3a49935a31f2ff09aca

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

Log Message:
Import py-django-pandas-0.6.4 to wip

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

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

diffstat:
 Makefile                  |  1 +
 py-django-pandas/DESCR    |  1 +
 py-django-pandas/Makefile | 23 +++++++++++++++++++++++
 py-django-pandas/PLIST    |  4 ++++
 py-django-pandas/distinfo |  6 ++++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 51a4ba16f8..1d5e5b6e5a 100644
--- a/Makefile
+++ b/Makefile
@@ -3537,6 +3537,7 @@ SUBDIR+=	py-django-jsonfield
 SUBDIR+=	py-django-markwhat
 SUBDIR+=	py-django-mathjax
 SUBDIR+=	py-django-nose
+SUBDIR+=	py-django-pandas
 SUBDIR+=	py-django-picklefield
 SUBDIR+=	py-django-quran
 SUBDIR+=	py-django-stubs
diff --git a/py-django-pandas/DESCR b/py-django-pandas/DESCR
new file mode 100644
index 0000000000..34e4885190
--- /dev/null
+++ b/py-django-pandas/DESCR
@@ -0,0 +1 @@
+Tools for working with pydata.pandas in your Django projects
diff --git a/py-django-pandas/Makefile b/py-django-pandas/Makefile
new file mode 100644
index 0000000000..a4fa2c16c2
--- /dev/null
+++ b/py-django-pandas/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	django-pandas-0.6.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/django-pandas/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/chrisdev/django-pandas/
+COMMENT=	Tools for working with pydata.pandas in your Django projects
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.14.1:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+TEST_DEPENDS+=	${PYPKGPREFIX}-coverage>=4.0:../../devel/py-coverage
+TEST_DEPENDS+=	${PYPKGPREFIX}-semver>=2.10.1:../../wip/py-semver
+
+do-test:
+	cd $(WRKSRC} && ${PYTHONBIN} runtests.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-django-pandas/PLIST b/py-django-pandas/PLIST
new file mode 100644
index 0000000000..cf8b8836f1
--- /dev/null
+++ b/py-django-pandas/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/pkg/bin/bmake package"
+@comment TODO: 2. run "/usr/pkg/bin/bmake print-PLIST"
diff --git a/py-django-pandas/distinfo b/py-django-pandas/distinfo
new file mode 100644
index 0000000000..f430a53573
--- /dev/null
+++ b/py-django-pandas/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (django-pandas-0.6.4.tar.gz) = 5f169b3bfcc2b1d393129ded471c58a70f3654ea
+RMD160 (django-pandas-0.6.4.tar.gz) = 6398cd307bfd3f8500f9398048478f80e7a6d0ac
+SHA512 (django-pandas-0.6.4.tar.gz) = be952ff305e88fd8541a528b2774b7f57372346083c509744bd0b6d9b2f807ed1c3f463fe25f363419b787eae8218ae8acaabc25dd112e5eeabb05329e289380
+Size (django-pandas-0.6.4.tar.gz) = 32081 bytes


Home | Main Index | Thread Index | Old Index