pkgsrc-WIP-changes archive

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

+py-qequ in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Dec 4 23:11:30 2015 +0100
Changeset:	07d909aec4dc3e316b85551e2a7ceda182d7e0bc

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

Log Message:
+py-qequ in wip

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

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

diffstat:
 py-qequ/DESCR    |  1 +
 py-qequ/Makefile | 19 +++++++++++++++++++
 py-qequ/PLIST    | 11 +++++++++++
 py-qequ/distinfo |  6 ++++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/py-qequ/DESCR b/py-qequ/DESCR
new file mode 100644
index 0000000..35b1d94
--- /dev/null
+++ b/py-qequ/DESCR
@@ -0,0 +1 @@
+Command-line quadratic equation solver
diff --git a/py-qequ/Makefile b/py-qequ/Makefile
new file mode 100644
index 0000000..979ec05
--- /dev/null
+++ b/py-qequ/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	qequ-1.0.2
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=q/qequ/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/DTLuna/Python/tree/master/quadratic_equation
+COMMENT=	Command-line quadratic equation solver
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=			${WRKDIR}/qequ-1.0.2
+
+USE_PKGLOCALEDIR=	yes
+USE_LANGUAGES=		# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-qequ/PLIST b/py-qequ/PLIST
new file mode 100644
index 0000000..18be52f
--- /dev/null
+++ b/py-qequ/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/qequ
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/qequ/__init__.py
+${PYSITELIB}/qequ/__init__.pyc
+${PYSITELIB}/qequ/__init__.pyo
+${PYSITELIB}/qequ/locale/en/LC_MESSAGES/qequ.mo
+${PYSITELIB}/qequ/locale/ru/LC_MESSAGES/qequ.mo
diff --git a/py-qequ/distinfo b/py-qequ/distinfo
new file mode 100644
index 0000000..fae48fe
--- /dev/null
+++ b/py-qequ/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qequ-1.0.2.tar.gz) = 233a205ac2310e0ce60cddb51af674ea61560dea
+RMD160 (qequ-1.0.2.tar.gz) = 6622f2c23ef82eed5033d7f311c28d3b6d759952
+SHA512 (qequ-1.0.2.tar.gz) = 71b881ea6284237f136bfd78cc94d783570ab84c1e2af4ae5507d615cc10f4c3a4f1499489d04f2454fb16a2f040e732008ab6f05185f9cb44f284068d3f615c
+Size (qequ-1.0.2.tar.gz) = 3359 bytes


Home | Main Index | Thread Index | Old Index