pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-binaryornot py-binaryornot: updated to 0.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/993e7290280f
branches:  trunk
changeset: 403114:993e7290280f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 21 21:50:03 2019 +0000

description:
py-binaryornot: updated to 0.4.4

0.4.4:
* Notify users for file i/o issues.

0.4.3:
* Restricted chardet to anything 3.0.2 or higher due to https://github.com/chardet/chardet/issues/113.

0.4.2:
* Restricted chardet to anything under 3.0 due to https://github.com/chardet/chardet/issues/113
* Added pyup badge
* Added utilities for pushing new versions up

diffstat:

 devel/py-binaryornot/Makefile |  26 +++++++++++---------------
 devel/py-binaryornot/distinfo |  10 +++++-----
 2 files changed, 16 insertions(+), 20 deletions(-)

diffs (52 lines):

diff -r f65cc273e9ac -r 993e7290280f devel/py-binaryornot/Makefile
--- a/devel/py-binaryornot/Makefile     Mon Oct 21 21:45:39 2019 +0000
+++ b/devel/py-binaryornot/Makefile     Mon Oct 21 21:50:03 2019 +0000
@@ -1,22 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/10/21 21:50:03 adam Exp $
 
-DISTNAME=                      binaryornot-0.4.0
-GITHUB_PROJECT=                        binaryornot
-PKGNAME=                       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=                    devel python
-MASTER_SITES=                  ${MASTER_SITE_GITHUB:=audreyr/}
-EXTRACT_SUFX=                  .zip
+DISTNAME=      binaryornot-0.4.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/binaryornot/}
 
-MAINTAINER=                    gde%llew.me@localhost
-HOMEPAGE=                      https://github.com/audreyr/binaryornot/
-COMMENT=                       Guess whether a file is binary or text
-LICENSE=                       modified-bsd
+MAINTAINER=    gde%llew.me@localhost
+HOMEPAGE=      https://github.com/audreyr/binaryornot
+COMMENT=       Guess whether a file is binary or text
+LICENSE=       modified-bsd
 
-USE_LANGUAGES=                 #none
+DEPENDS+=      ${PYPKGPREFIX}-chardet>=3.0.2:../../converters/py-chardet
 
-DEPENDS+=                      ${PYPKGPREFIX}-chardet>=2.0.0:../../converters/py-chardet
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f65cc273e9ac -r 993e7290280f devel/py-binaryornot/distinfo
--- a/devel/py-binaryornot/distinfo     Mon Oct 21 21:45:39 2019 +0000
+++ b/devel/py-binaryornot/distinfo     Mon Oct 21 21:50:03 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/05/16 14:20:56 nils Exp $
+$NetBSD: distinfo,v 1.2 2019/10/21 21:50:03 adam Exp $
 
-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
+SHA1 (binaryornot-0.4.4.tar.gz) = 9f6d0d0cf064f673194d8a9f9fbb5d11cd591ad8
+RMD160 (binaryornot-0.4.4.tar.gz) = e3d93f66d55f7e07a2c0cd058d812f5aaf96dbc5
+SHA512 (binaryornot-0.4.4.tar.gz) = 379e71b41824b9389ea02c64223e26c57694d07b749c197e3a6b9f10558c8d502e9b93a13ae6c3a4bca49064ffc650ce822073dc312fb06e50e06b8a3f04f419
+Size (binaryornot-0.4.4.tar.gz) = 371054 bytes



Home | Main Index | Thread Index | Old Index