pkgsrc-WIP-changes archive

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

guessit: remove (moved to guessit)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 13 16:41:26 2017 +0100
Changeset:	964261abbb40d68bce992f4d92402adea0e3d73a

Removed Files:
	guessit/ALTERNATIVES
	guessit/DESCR
	guessit/Makefile
	guessit/PLIST
	guessit/distinfo

Log Message:
guessit: remove (moved to guessit)

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

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

diffstat:
 guessit/ALTERNATIVES |   1 -
 guessit/DESCR        |   6 --
 guessit/Makefile     |  23 -------
 guessit/PLIST        | 191 ---------------------------------------------------
 guessit/distinfo     |   6 --
 5 files changed, 227 deletions(-)

diffs:
diff --git a/guessit/ALTERNATIVES b/guessit/ALTERNATIVES
deleted file mode 100644
index b694841369..0000000000
--- a/guessit/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/guessit @PREFIX@/bin/guessit-@PYVERSSUFFIX@
diff --git a/guessit/DESCR b/guessit/DESCR
deleted file mode 100644
index 6cc913d800..0000000000
--- a/guessit/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-GuessIt is a python library that extracts as much information as possible
-from a video filename.
-
-It has a very powerful matcher that allows to guess properties from a video
-using its filename only. This matcher works with both movies and tv shows
-episodes.
diff --git a/guessit/Makefile b/guessit/Makefile
deleted file mode 100644
index b9074c2668..0000000000
--- a/guessit/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	guessit-2.1.1
-CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_PYPI:=g/guessit/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://guessit.io/
-COMMENT=	Extracts as much information as possible from a video filename
-LICENSE=	gnu-lgpl-v3
-
-DEPENDS+=	${PYPKGPREFIX}-babelfish>=0.5.5:../../wip/py-babelfish
-DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+=	${PYPKGPREFIX}-rebulk>=0.8.2:../../wip/py-rebulk
-
-USE_LANGUAGES=	# none
-
-post-install:
-	${MV} ${DESTDIR}${PREFIX}/bin/guessit ${DESTDIR}${PREFIX}/bin/guessit-${PYVERSSUFFIX} || ${TRUE}
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/guessit/PLIST b/guessit/PLIST
deleted file mode 100644
index 7f4e7845de..0000000000
--- a/guessit/PLIST
+++ /dev/null
@@ -1,191 +0,0 @@
-@comment $NetBSD$
-bin/guessit-${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}/${EGG_INFODIR}/zip-safe
-${PYSITELIB}/guessit/__init__.py
-${PYSITELIB}/guessit/__init__.pyc
-${PYSITELIB}/guessit/__init__.pyo
-${PYSITELIB}/guessit/__main__.py
-${PYSITELIB}/guessit/__main__.pyc
-${PYSITELIB}/guessit/__main__.pyo
-${PYSITELIB}/guessit/__version__.py
-${PYSITELIB}/guessit/__version__.pyc
-${PYSITELIB}/guessit/__version__.pyo
-${PYSITELIB}/guessit/api.py
-${PYSITELIB}/guessit/api.pyc
-${PYSITELIB}/guessit/api.pyo
-${PYSITELIB}/guessit/backports.py
-${PYSITELIB}/guessit/backports.pyc
-${PYSITELIB}/guessit/backports.pyo
-${PYSITELIB}/guessit/jsonutils.py
-${PYSITELIB}/guessit/jsonutils.pyc
-${PYSITELIB}/guessit/jsonutils.pyo
-${PYSITELIB}/guessit/options.py
-${PYSITELIB}/guessit/options.pyc
-${PYSITELIB}/guessit/options.pyo
-${PYSITELIB}/guessit/reutils.py
-${PYSITELIB}/guessit/reutils.pyc
-${PYSITELIB}/guessit/reutils.pyo
-${PYSITELIB}/guessit/rules/__init__.py
-${PYSITELIB}/guessit/rules/__init__.pyc
-${PYSITELIB}/guessit/rules/__init__.pyo
-${PYSITELIB}/guessit/rules/common/__init__.py
-${PYSITELIB}/guessit/rules/common/__init__.pyc
-${PYSITELIB}/guessit/rules/common/__init__.pyo
-${PYSITELIB}/guessit/rules/common/comparators.py
-${PYSITELIB}/guessit/rules/common/comparators.pyc
-${PYSITELIB}/guessit/rules/common/comparators.pyo
-${PYSITELIB}/guessit/rules/common/date.py
-${PYSITELIB}/guessit/rules/common/date.pyc
-${PYSITELIB}/guessit/rules/common/date.pyo
-${PYSITELIB}/guessit/rules/common/formatters.py
-${PYSITELIB}/guessit/rules/common/formatters.pyc
-${PYSITELIB}/guessit/rules/common/formatters.pyo
-${PYSITELIB}/guessit/rules/common/numeral.py
-${PYSITELIB}/guessit/rules/common/numeral.pyc
-${PYSITELIB}/guessit/rules/common/numeral.pyo
-${PYSITELIB}/guessit/rules/common/validators.py
-${PYSITELIB}/guessit/rules/common/validators.pyc
-${PYSITELIB}/guessit/rules/common/validators.pyo
-${PYSITELIB}/guessit/rules/common/words.py
-${PYSITELIB}/guessit/rules/common/words.pyc
-${PYSITELIB}/guessit/rules/common/words.pyo
-${PYSITELIB}/guessit/rules/markers/__init__.py
-${PYSITELIB}/guessit/rules/markers/__init__.pyc
-${PYSITELIB}/guessit/rules/markers/__init__.pyo
-${PYSITELIB}/guessit/rules/markers/groups.py
-${PYSITELIB}/guessit/rules/markers/groups.pyc
-${PYSITELIB}/guessit/rules/markers/groups.pyo
-${PYSITELIB}/guessit/rules/markers/path.py
-${PYSITELIB}/guessit/rules/markers/path.pyc
-${PYSITELIB}/guessit/rules/markers/path.pyo
-${PYSITELIB}/guessit/rules/processors.py
-${PYSITELIB}/guessit/rules/processors.pyc
-${PYSITELIB}/guessit/rules/processors.pyo
-${PYSITELIB}/guessit/rules/properties/__init__.py
-${PYSITELIB}/guessit/rules/properties/__init__.pyc
-${PYSITELIB}/guessit/rules/properties/__init__.pyo
-${PYSITELIB}/guessit/rules/properties/audio_codec.py
-${PYSITELIB}/guessit/rules/properties/audio_codec.pyc
-${PYSITELIB}/guessit/rules/properties/audio_codec.pyo
-${PYSITELIB}/guessit/rules/properties/bonus.py
-${PYSITELIB}/guessit/rules/properties/bonus.pyc
-${PYSITELIB}/guessit/rules/properties/bonus.pyo
-${PYSITELIB}/guessit/rules/properties/cds.py
-${PYSITELIB}/guessit/rules/properties/cds.pyc
-${PYSITELIB}/guessit/rules/properties/cds.pyo
-${PYSITELIB}/guessit/rules/properties/container.py
-${PYSITELIB}/guessit/rules/properties/container.pyc
-${PYSITELIB}/guessit/rules/properties/container.pyo
-${PYSITELIB}/guessit/rules/properties/country.py
-${PYSITELIB}/guessit/rules/properties/country.pyc
-${PYSITELIB}/guessit/rules/properties/country.pyo
-${PYSITELIB}/guessit/rules/properties/crc.py
-${PYSITELIB}/guessit/rules/properties/crc.pyc
-${PYSITELIB}/guessit/rules/properties/crc.pyo
-${PYSITELIB}/guessit/rules/properties/date.py
-${PYSITELIB}/guessit/rules/properties/date.pyc
-${PYSITELIB}/guessit/rules/properties/date.pyo
-${PYSITELIB}/guessit/rules/properties/edition.py
-${PYSITELIB}/guessit/rules/properties/edition.pyc
-${PYSITELIB}/guessit/rules/properties/edition.pyo
-${PYSITELIB}/guessit/rules/properties/episode_title.py
-${PYSITELIB}/guessit/rules/properties/episode_title.pyc
-${PYSITELIB}/guessit/rules/properties/episode_title.pyo
-${PYSITELIB}/guessit/rules/properties/episodes.py
-${PYSITELIB}/guessit/rules/properties/episodes.pyc
-${PYSITELIB}/guessit/rules/properties/episodes.pyo
-${PYSITELIB}/guessit/rules/properties/film.py
-${PYSITELIB}/guessit/rules/properties/film.pyc
-${PYSITELIB}/guessit/rules/properties/film.pyo
-${PYSITELIB}/guessit/rules/properties/format.py
-${PYSITELIB}/guessit/rules/properties/format.pyc
-${PYSITELIB}/guessit/rules/properties/format.pyo
-${PYSITELIB}/guessit/rules/properties/language.py
-${PYSITELIB}/guessit/rules/properties/language.pyc
-${PYSITELIB}/guessit/rules/properties/language.pyo
-${PYSITELIB}/guessit/rules/properties/mimetype.py
-${PYSITELIB}/guessit/rules/properties/mimetype.pyc
-${PYSITELIB}/guessit/rules/properties/mimetype.pyo
-${PYSITELIB}/guessit/rules/properties/other.py
-${PYSITELIB}/guessit/rules/properties/other.pyc
-${PYSITELIB}/guessit/rules/properties/other.pyo
-${PYSITELIB}/guessit/rules/properties/part.py
-${PYSITELIB}/guessit/rules/properties/part.pyc
-${PYSITELIB}/guessit/rules/properties/part.pyo
-${PYSITELIB}/guessit/rules/properties/release_group.py
-${PYSITELIB}/guessit/rules/properties/release_group.pyc
-${PYSITELIB}/guessit/rules/properties/release_group.pyo
-${PYSITELIB}/guessit/rules/properties/screen_size.py
-${PYSITELIB}/guessit/rules/properties/screen_size.pyc
-${PYSITELIB}/guessit/rules/properties/screen_size.pyo
-${PYSITELIB}/guessit/rules/properties/streaming_service.py
-${PYSITELIB}/guessit/rules/properties/streaming_service.pyc
-${PYSITELIB}/guessit/rules/properties/streaming_service.pyo
-${PYSITELIB}/guessit/rules/properties/title.py
-${PYSITELIB}/guessit/rules/properties/title.pyc
-${PYSITELIB}/guessit/rules/properties/title.pyo
-${PYSITELIB}/guessit/rules/properties/type.py
-${PYSITELIB}/guessit/rules/properties/type.pyc
-${PYSITELIB}/guessit/rules/properties/type.pyo
-${PYSITELIB}/guessit/rules/properties/video_codec.py
-${PYSITELIB}/guessit/rules/properties/video_codec.pyc
-${PYSITELIB}/guessit/rules/properties/video_codec.pyo
-${PYSITELIB}/guessit/rules/properties/website.py
-${PYSITELIB}/guessit/rules/properties/website.pyc
-${PYSITELIB}/guessit/rules/properties/website.pyo
-${PYSITELIB}/guessit/test/__init__.py
-${PYSITELIB}/guessit/test/__init__.pyc
-${PYSITELIB}/guessit/test/__init__.pyo
-${PYSITELIB}/guessit/test/episodes.yml
-${PYSITELIB}/guessit/test/movies.yml
-${PYSITELIB}/guessit/test/rules/__init__.py
-${PYSITELIB}/guessit/test/rules/__init__.pyc
-${PYSITELIB}/guessit/test/rules/__init__.pyo
-${PYSITELIB}/guessit/test/rules/audio_codec.yml
-${PYSITELIB}/guessit/test/rules/bonus.yml
-${PYSITELIB}/guessit/test/rules/cds.yml
-${PYSITELIB}/guessit/test/rules/country.yml
-${PYSITELIB}/guessit/test/rules/date.yml
-${PYSITELIB}/guessit/test/rules/edition.yml
-${PYSITELIB}/guessit/test/rules/episodes.yml
-${PYSITELIB}/guessit/test/rules/film.yml
-${PYSITELIB}/guessit/test/rules/format.yml
-${PYSITELIB}/guessit/test/rules/language.yml
-${PYSITELIB}/guessit/test/rules/other.yml
-${PYSITELIB}/guessit/test/rules/part.yml
-${PYSITELIB}/guessit/test/rules/processors.yml
-${PYSITELIB}/guessit/test/rules/processors_test.py
-${PYSITELIB}/guessit/test/rules/processors_test.pyc
-${PYSITELIB}/guessit/test/rules/processors_test.pyo
-${PYSITELIB}/guessit/test/rules/release_group.yml
-${PYSITELIB}/guessit/test/rules/screen_size.yml
-${PYSITELIB}/guessit/test/rules/title.yml
-${PYSITELIB}/guessit/test/rules/video_codec.yml
-${PYSITELIB}/guessit/test/rules/website.yml
-${PYSITELIB}/guessit/test/test-input-file.txt
-${PYSITELIB}/guessit/test/test_api.py
-${PYSITELIB}/guessit/test/test_api.pyc
-${PYSITELIB}/guessit/test/test_api.pyo
-${PYSITELIB}/guessit/test/test_api_unicode_literals.py
-${PYSITELIB}/guessit/test/test_api_unicode_literals.pyc
-${PYSITELIB}/guessit/test/test_api_unicode_literals.pyo
-${PYSITELIB}/guessit/test/test_benchmark.py
-${PYSITELIB}/guessit/test/test_benchmark.pyc
-${PYSITELIB}/guessit/test/test_benchmark.pyo
-${PYSITELIB}/guessit/test/test_main.py
-${PYSITELIB}/guessit/test/test_main.pyc
-${PYSITELIB}/guessit/test/test_main.pyo
-${PYSITELIB}/guessit/test/test_yml.py
-${PYSITELIB}/guessit/test/test_yml.pyc
-${PYSITELIB}/guessit/test/test_yml.pyo
-${PYSITELIB}/guessit/test/various.yml
-${PYSITELIB}/guessit/tlds-alpha-by-domain.txt
-${PYSITELIB}/guessit/yamlutils.py
-${PYSITELIB}/guessit/yamlutils.pyc
-${PYSITELIB}/guessit/yamlutils.pyo
diff --git a/guessit/distinfo b/guessit/distinfo
deleted file mode 100644
index 8ab7fa43c5..0000000000
--- a/guessit/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (guessit-2.1.1.tar.gz) = aa2c5361a943d6a561cc109d9eddedd99151f4a9
-RMD160 (guessit-2.1.1.tar.gz) = 1acbe4ea4cc73cf114a4a794860a5e2f1dc83011
-SHA512 (guessit-2.1.1.tar.gz) = 61ace43bacf4bf2289bd1f0cd5105080b8302d92be8bda77942355594e07db14b594c73e4bf42bd14840f9f9723d602a38cd443cc3e1fabdca335d364fa97e2f
-Size (guessit-2.1.1.tar.gz) = 86447 bytes


Home | Main Index | Thread Index | Old Index