py-xopen: updated to 0.5.1
v0.5.1: Avoid importing pkg_resources, it is slow Instead, use the setuptools_scm feature of generating a _version.py
This commit is contained in:
parent
02b983ef60
commit
16e401d067
3 changed files with 14 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2019/02/06 11:23:27 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2019/04/25 12:44:10 adam Exp $
|
||||
|
||||
DISTNAME= xopen-0.5.0
|
||||
DISTNAME= xopen-0.5.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xopen/}
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2019/01/09 10:49:28 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2019/04/25 12:44:10 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/xopen.py
|
||||
${PYSITELIB}/xopen.pyc
|
||||
${PYSITELIB}/xopen.pyo
|
||||
${PYSITELIB}/xopen/__init__.py
|
||||
${PYSITELIB}/xopen/__init__.pyc
|
||||
${PYSITELIB}/xopen/__init__.pyo
|
||||
${PYSITELIB}/xopen/_version.py
|
||||
${PYSITELIB}/xopen/_version.pyc
|
||||
${PYSITELIB}/xopen/_version.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.6 2019/02/06 11:23:27 adam Exp $
|
||||
$NetBSD: distinfo,v 1.7 2019/04/25 12:44:10 adam Exp $
|
||||
|
||||
SHA1 (xopen-0.5.0.tar.gz) = c059ff478ec855fa8ad104ed59c0b3f94395f187
|
||||
RMD160 (xopen-0.5.0.tar.gz) = f3417f511aef2430f475d3da1f2d3651eafeb382
|
||||
SHA512 (xopen-0.5.0.tar.gz) = e9687b471121f125e4b4ba750688a843ad5f6265da3ff142986fc1a1d13f2c4392fbc0bc019c455744282a59355f2013fbedbb86087a228e26bcc6c734ca7a6f
|
||||
Size (xopen-0.5.0.tar.gz) = 9616 bytes
|
||||
SHA1 (xopen-0.5.1.tar.gz) = c90ce1f0a3d22e568ef897b73891bd5105993076
|
||||
RMD160 (xopen-0.5.1.tar.gz) = a7b5e4c03071655e655e7cc0e97c390071408ca0
|
||||
SHA512 (xopen-0.5.1.tar.gz) = 539bd30edb26fcda66c6e7c5301c60477beb1acf9da8755ba6de0310013d583bf525a4b3bd5c7690132c875d4fa5c8a3f096e800e4ec0e4944d8e6c17bf79532
|
||||
Size (xopen-0.5.1.tar.gz) = 9712 bytes
|
||||
|
|
Loading…
Reference in a new issue