pkgsrc-WIP-changes archive

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

imported py-binaryornot as devel/ py-binaryornot and updated dependancies accordingly



Module Name:	pkgsrc-wip
Committed By:	Nils Ratusznik <nils%NetBSD.org@localhost>
Pushed By:	nils
Date:		Mon May 16 16:24:18 2016 +0200
Changeset:	9101ca587c696fb36abcb12fd723ebf01a40ca3f

Modified Files:
	Makefile
	py-cookiecutter/Makefile
Removed Files:
	py-binaryornot/DESCR
	py-binaryornot/Makefile
	py-binaryornot/PLIST
	py-binaryornot/distinfo

Log Message:
imported py-binaryornot as devel/py-binaryornot and updated dependancies accordingly

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

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

diffstat:
 Makefile                 |  1 -
 py-binaryornot/DESCR     |  3 ---
 py-binaryornot/Makefile  | 23 -----------------------
 py-binaryornot/PLIST     | 16 ----------------
 py-binaryornot/distinfo  |  6 ------
 py-cookiecutter/Makefile |  2 +-
 6 files changed, 1 insertion(+), 50 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 446c191..a27a89e 100644
--- a/Makefile
+++ b/Makefile
@@ -2805,7 +2805,6 @@ SUBDIR+=	py-bibtexparser3
 SUBDIR+=	py-bicho
 SUBDIR+=	py-bidict
 SUBDIR+=	py-bigfloat
-SUBDIR+=	py-binaryornot
 SUBDIR+=	py-biofrills
 SUBDIR+=	py-bip
 SUBDIR+=	py-biskit
diff --git a/py-binaryornot/DESCR b/py-binaryornot/DESCR
deleted file mode 100644
index f268819..0000000
--- a/py-binaryornot/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Ultra-lightweight pure Python package to guess
-whether a file is binary or text, using a heuristic
-similar to Perl's pp_fttext and its analysis by @eliben.
diff --git a/py-binaryornot/Makefile b/py-binaryornot/Makefile
deleted file mode 100644
index 2e5c075..0000000
--- a/py-binaryornot/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=			binaryornot-0.4.0
-GITHUB_PROJECT=			binaryornot
-PKGNAME=			${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=			devel python
-MASTER_SITES=			${MASTER_SITE_GITHUB:=audreyr/}
-EXTRACT_SUFX=			.zip
-
-MAINTAINER=			gde%llew.me@localhost
-HOMEPAGE=			${MASTER_SITE_GITHUB:=audreyr/binaryornot/}
-COMMENT=			Guess whether a file is binary or text
-LICENSE=			modified-bsd
-
-USE_LANGUAGES=			#none
-PLIST_SUBST+=			PYVERSSUFFIX=${PYVERSSUFFIX}
-
-DEPENDS+=			${PYPKGPREFIX}-chardet>=2.0.0:../../converters/py-chardet
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-binaryornot/PLIST b/py-binaryornot/PLIST
deleted file mode 100644
index c0a1bed..0000000
--- a/py-binaryornot/PLIST
+++ /dev/null
@@ -1,16 +0,0 @@
-@comment $NetBSD$
-${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
-${PYSITELIB}/binaryornot/__init__.py
-${PYSITELIB}/binaryornot/__init__.pyc
-${PYSITELIB}/binaryornot/__init__.pyo
-${PYSITELIB}/binaryornot/check.py
-${PYSITELIB}/binaryornot/check.pyc
-${PYSITELIB}/binaryornot/check.pyo
-${PYSITELIB}/binaryornot/helpers.py
-${PYSITELIB}/binaryornot/helpers.pyc
-${PYSITELIB}/binaryornot/helpers.pyo
diff --git a/py-binaryornot/distinfo b/py-binaryornot/distinfo
deleted file mode 100644
index 2dcbc9d..0000000
--- a/py-binaryornot/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (binaryornot-0.4.0.zip) = a3259bf1815e66d2bfcddd144b799d9016a01bbc
-RMD160 (binaryornot-0.4.0.zip) = 8c9c7673d30af5a6dcd79c7eec92e301020ee11b
-SHA512 (binaryornot-0.4.0.zip) = d31fbe190cc041acaf02c2343672141d0b1a71a074171ad3601997ff2eaddfc6d4495660c0b48324d4d88f0c509f8657794e9f3ca806b206193037dfb0ebc1c2
-Size (binaryornot-0.4.0.zip) = 380964 bytes
diff --git a/py-cookiecutter/Makefile b/py-cookiecutter/Makefile
index e8a56d2..0dd1f9e 100644
--- a/py-cookiecutter/Makefile
+++ b/py-cookiecutter/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS+=			${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
 BUILD_DEPENDS+=			${PYPKGPREFIX}-chardet>=2.3.0:../../converters/py-chardet
 BUILD_DEPENDS+=			${PYPKGPREFIX}-test>=2.3.0:../../devel/py-test
 DEPENDS+=			${PYPKGPREFIX}-future>=0.15.2:../../devel/py-future
-DEPENDS+=			${PYPKGPREFIX}-binaryornot>=0.2.0:../../wip/py-binaryornot
+DEPENDS+=			${PYPKGPREFIX}-binaryornot>=0.2.0:../../devel/py-binaryornot
 DEPENDS+=			${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
 DEPENDS+=			${PYPKGPREFIX}-click>=6.3:../../devel/py-click
 DEPENDS+=			${PYPKGPREFIX}-whichcraft>=0.1.1:../../devel/py-whichcraft


Home | Main Index | Thread Index | Old Index