pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-filetype: remove, imported to pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Tue May 19 18:59:19 2020 +0200
Changeset: 0fc30532e96d39ab2f5d008acee2df741bc86ca3
Modified Files:
Makefile
Removed Files:
py-filetype/DESCR
py-filetype/Makefile
py-filetype/PLIST
py-filetype/distinfo
Log Message:
py-filetype: remove, imported to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0fc30532e96d39ab2f5d008acee2df741bc86ca3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-filetype/DESCR | 4 ----
py-filetype/Makefile | 26 ------------------------
py-filetype/PLIST | 57 ----------------------------------------------------
py-filetype/distinfo | 6 ------
5 files changed, 94 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index c70fbb27c1..a788b7389b 100644
--- a/Makefile
+++ b/Makefile
@@ -3413,7 +3413,6 @@ SUBDIR+= py-ffmpeg-normalize
SUBDIR+= py-fiat
SUBDIR+= py-figleaf
SUBDIR+= py-fileinspector
-SUBDIR+= py-filetype
SUBDIR+= py-fiona
SUBDIR+= py-fipy
SUBDIR+= py-firehose
diff --git a/py-filetype/DESCR b/py-filetype/DESCR
deleted file mode 100644
index a758607313..0000000000
--- a/py-filetype/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Small and dependency free Python package to infer file type and MIME type
-checking the magic numbers signature of a file or buffer.
-
-This is a Python port from filetype Go package.
diff --git a/py-filetype/Makefile b/py-filetype/Makefile
deleted file mode 100644
index 98eec9a261..0000000000
--- a/py-filetype/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME= filetype-1.0.7
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= sysutils python
-MASTER_SITES= ${MASTER_SITE_GITHUB:=h2non/}
-GITHUB_PROJECT= filetype.py
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= khorben%defora.org@localhost
-HOMEPAGE= https://github.com/h2non/filetype.py/
-COMMENT= Infer binary file types checking the magic numbers signature
-LICENSE= mit
-
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark
-
-PYTHON_VERSIONED_DEPENDENCIES+= test:test
-
-USE_LANGUAGES= # none
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}
-
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-filetype/PLIST b/py-filetype/PLIST
deleted file mode 100644
index cf84816589..0000000000
--- a/py-filetype/PLIST
+++ /dev/null
@@ -1,57 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/examples/__init__.py
-${PYSITELIB}/examples/__init__.pyo
-${PYSITELIB}/examples/__init__.pyc
-${PYSITELIB}/examples/buffer.pyo
-${PYSITELIB}/examples/buffer.pyc
-${PYSITELIB}/examples/bytes.pyo
-${PYSITELIB}/examples/bytes.pyc
-${PYSITELIB}/examples/file.pyo
-${PYSITELIB}/examples/file.pyc
-${PYSITELIB}/examples/buffer.py
-${PYSITELIB}/examples/bytes.py
-${PYSITELIB}/examples/file.py
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/filetype/__init__.py
-${PYSITELIB}/filetype/__init__.pyo
-${PYSITELIB}/filetype/__init__.pyc
-${PYSITELIB}/filetype/filetype.pyo
-${PYSITELIB}/filetype/filetype.pyc
-${PYSITELIB}/filetype/helpers.pyo
-${PYSITELIB}/filetype/helpers.pyc
-${PYSITELIB}/filetype/match.pyo
-${PYSITELIB}/filetype/match.pyc
-${PYSITELIB}/filetype/utils.pyo
-${PYSITELIB}/filetype/utils.pyc
-${PYSITELIB}/filetype/filetype.py
-${PYSITELIB}/filetype/helpers.py
-${PYSITELIB}/filetype/match.py
-${PYSITELIB}/filetype/types/__init__.py
-${PYSITELIB}/filetype/types/__init__.pyo
-${PYSITELIB}/filetype/types/__init__.pyc
-${PYSITELIB}/filetype/types/archive.pyo
-${PYSITELIB}/filetype/types/archive.pyc
-${PYSITELIB}/filetype/types/audio.pyo
-${PYSITELIB}/filetype/types/audio.pyc
-${PYSITELIB}/filetype/types/base.pyo
-${PYSITELIB}/filetype/types/base.pyc
-${PYSITELIB}/filetype/types/font.pyo
-${PYSITELIB}/filetype/types/font.pyc
-${PYSITELIB}/filetype/types/image.pyo
-${PYSITELIB}/filetype/types/image.pyc
-${PYSITELIB}/filetype/types/isobmff.pyo
-${PYSITELIB}/filetype/types/isobmff.pyc
-${PYSITELIB}/filetype/types/video.pyo
-${PYSITELIB}/filetype/types/video.pyc
-${PYSITELIB}/filetype/types/archive.py
-${PYSITELIB}/filetype/types/audio.py
-${PYSITELIB}/filetype/types/base.py
-${PYSITELIB}/filetype/types/font.py
-${PYSITELIB}/filetype/types/image.py
-${PYSITELIB}/filetype/types/isobmff.py
-${PYSITELIB}/filetype/types/video.py
-${PYSITELIB}/filetype/utils.py
diff --git a/py-filetype/distinfo b/py-filetype/distinfo
deleted file mode 100644
index 74eec03c61..0000000000
--- a/py-filetype/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (filetype-1.0.7.tar.gz) = 879921eab760f802e95fbb6dbcdc38e0c1da692c
-RMD160 (filetype-1.0.7.tar.gz) = 23fa944a61ad168d58171b942b295501b08115b2
-SHA512 (filetype-1.0.7.tar.gz) = f6d861a9108ffb796858bfdfb26d1bdf6aa9704794fa86340cc36a2920b4f11e12faf4271d19bca9a89be76d8fcff43e8859c8def2525ddbadd52a18c7f68cac
-Size (filetype-1.0.7.tar.gz) = 667644 bytes
Home |
Main Index |
Thread Index |
Old Index