pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-identify: Import py-identify-1.4.8 as wip/py-identify
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Fri Dec 13 17:59:42 2019 +0900
Changeset: 21e669c41ee7e3234bc68dd7658a10b8d8fe46d0
Modified Files:
Makefile
Added Files:
py-identify/DESCR
py-identify/Makefile
py-identify/PLIST
py-identify/distinfo
Log Message:
py-identify: Import py-identify-1.4.8 as wip/py-identify
File identification library for Python.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=21e669c41ee7e3234bc68dd7658a10b8d8fe46d0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-identify/DESCR | 4 ++++
py-identify/Makefile | 20 ++++++++++++++++++++
py-identify/PLIST | 29 +++++++++++++++++++++++++++++
py-identify/distinfo | 6 ++++++
5 files changed, 60 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b620b5c518..7965464f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -3498,6 +3498,7 @@ SUBDIR+= py-ibis
SUBDIR+= py-ibmiotf
SUBDIR+= py-icane
SUBDIR+= py-idalink
+SUBDIR+= py-identify
SUBDIR+= py-idx2numpy
SUBDIR+= py-ift-nifty
SUBDIR+= py-igraph
diff --git a/py-identify/DESCR b/py-identify/DESCR
new file mode 100644
index 0000000000..21533cf68d
--- /dev/null
+++ b/py-identify/DESCR
@@ -0,0 +1,4 @@
+File identification library for Python.
+
+Given a file (or some information about a file), return a set of
+standardized tags identifying what the file is.
diff --git a/py-identify/Makefile b/py-identify/Makefile
new file mode 100644
index 0000000000..2d83415230
--- /dev/null
+++ b/py-identify/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= identify-1.4.8
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=i/identify/}
+
+MAINTAINER= iku.iwasa%gmail.com@localhost
+HOMEPAGE= https://github.com/chriskuehl/identify
+COMMENT= File identification library for Python
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} identify-cli identify-cli-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-identify/PLIST b/py-identify/PLIST
new file mode 100644
index 0000000000..b4d92a6df4
--- /dev/null
+++ b/py-identify/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD$
+bin/identify-cli-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/identify/__init__.py
+${PYSITELIB}/identify/__init__.pyo
+${PYSITELIB}/identify/__init__.pyc
+${PYSITELIB}/identify/cli.pyo
+${PYSITELIB}/identify/cli.pyc
+${PYSITELIB}/identify/extensions.pyo
+${PYSITELIB}/identify/extensions.pyc
+${PYSITELIB}/identify/identify.pyo
+${PYSITELIB}/identify/identify.pyc
+${PYSITELIB}/identify/interpreters.pyo
+${PYSITELIB}/identify/interpreters.pyc
+${PYSITELIB}/identify/cli.py
+${PYSITELIB}/identify/extensions.py
+${PYSITELIB}/identify/identify.py
+${PYSITELIB}/identify/interpreters.py
+${PYSITELIB}/identify/vendor/__init__.py
+${PYSITELIB}/identify/vendor/__init__.pyo
+${PYSITELIB}/identify/vendor/__init__.pyc
+${PYSITELIB}/identify/vendor/licenses.pyo
+${PYSITELIB}/identify/vendor/licenses.pyc
+${PYSITELIB}/identify/vendor/licenses.py
diff --git a/py-identify/distinfo b/py-identify/distinfo
new file mode 100644
index 0000000000..3e0201bc9a
--- /dev/null
+++ b/py-identify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (identify-1.4.8.tar.gz) = 7aadab3071315f0cd037b08c8c5721b6ec879535
+RMD160 (identify-1.4.8.tar.gz) = 0fe4af66f84dec0192d3987751eb807d4e044f2f
+SHA512 (identify-1.4.8.tar.gz) = 718576c9606ef03caf3d7f23e5c9406b0aaf503f9f06fd363c5ee654061ec18d68c9ef64b1d32ec4900fb51d7b24f05ba32c1321ff059a93772aaa56ad7cecdc
+Size (identify-1.4.8.tar.gz) = 95294 bytes
Home |
Main Index |
Thread Index |
Old Index