pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import wip/py-repr-0.3.1 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Feb 26 11:58:34 2021 +0100
Changeset: 0bc01e1cf00505d84b2367f6519574a83b2b95e2
Modified Files:
Makefile
Added Files:
py-repr/DESCR
py-repr/Makefile
py-repr/PLIST
py-repr/distinfo
Log Message:
Import wip/py-repr-0.3.1 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0bc01e1cf00505d84b2367f6519574a83b2b95e2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-repr/DESCR | 1 +
py-repr/Makefile | 17 +++++++++++++++++
py-repr/PLIST | 10 ++++++++++
py-repr/distinfo | 6 ++++++
5 files changed, 35 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index c2623b8f3c..5f1effd2c6 100644
--- a/Makefile
+++ b/Makefile
@@ -4342,6 +4342,7 @@ SUBDIR+= py-report
SUBDIR+= py-repositoryhandler
SUBDIR+= py-repoze.tm2
SUBDIR+= py-repoze.who
+SUBDIR+= py-repr
SUBDIR+= py-reproducible
SUBDIR+= py-reproject
SUBDIR+= py-requests-cache
diff --git a/py-repr/DESCR b/py-repr/DESCR
new file mode 100644
index 0000000000..abc18bdabe
--- /dev/null
+++ b/py-repr/DESCR
@@ -0,0 +1 @@
+A shortcut to generate __repr__ methods for python classes
diff --git a/py-repr/Makefile b/py-repr/Makefile
new file mode 100644
index 0000000000..25822404bb
--- /dev/null
+++ b/py-repr/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME= repr-0.3.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= category python
+MASTER_SITES= ${MASTER_SITE_PYPI:=r/repr/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/svetlyak40wt/python-repr
+COMMENT= Shortcut to generate __repr__ methods for python classes
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-repr/PLIST b/py-repr/PLIST
new file mode 100644
index 0000000000..5510cdd1af
--- /dev/null
+++ b/py-repr/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+${PYSITELIB}/magic_repr/__init__.py
+${PYSITELIB}/magic_repr/__init__.pyc
+${PYSITELIB}/magic_repr/__init__.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-repr/distinfo b/py-repr/distinfo
new file mode 100644
index 0000000000..c42a741878
--- /dev/null
+++ b/py-repr/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (repr-0.3.1.tar.gz) = 57f66a40e7f475d28ab585d2c8a95f3f11c5cb04
+RMD160 (repr-0.3.1.tar.gz) = a44ebe0970ef8185663c44a13e48d0bcaa018809
+SHA512 (repr-0.3.1.tar.gz) = 0e58abd9b5fe40dc5b94836fae104ba7cfb482c077ddd0aebad0f97cc71a13c4a1206c4a3cef735ebe8116f641192adaa058fc5f6d7bbed7043c867d12fdb8a6
+Size (repr-0.3.1.tar.gz) = 16236 bytes
Home |
Main Index |
Thread Index |
Old Index