pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-anytree py-anytree: updated to 2.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85fa0a09a964
branches:  trunk
changeset: 318876:85fa0a09a964
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 31 08:21:09 2019 +0000

description:
py-anytree: updated to 2.5.0

2.5.0:
add leaves attribute to node class
add utils with commonancestors, leftsibling and rightsibling methods
skip python 2.6 support

diffstat:

 devel/py-anytree/DESCR    |   2 +-
 devel/py-anytree/Makefile |  10 +++++-----
 devel/py-anytree/PLIST    |   5 ++++-
 devel/py-anytree/distinfo |  10 +++++-----
 4 files changed, 15 insertions(+), 12 deletions(-)

diffs (69 lines):

diff -r 6e2b809a6a75 -r 85fa0a09a964 devel/py-anytree/DESCR
--- a/devel/py-anytree/DESCR    Thu Jan 31 08:16:03 2019 +0000
+++ b/devel/py-anytree/DESCR    Thu Jan 31 08:21:09 2019 +0000
@@ -1,2 +1,2 @@
-Anytree is a python module providing a simple, lightweight, and
+Anytree is a Python module providing a simple, lightweight, and
 extensible tree data structure.
diff -r 6e2b809a6a75 -r 85fa0a09a964 devel/py-anytree/Makefile
--- a/devel/py-anytree/Makefile Thu Jan 31 08:16:03 2019 +0000
+++ b/devel/py-anytree/Makefile Thu Jan 31 08:21:09 2019 +0000
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.1 2018/09/04 12:44:41 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/31 08:21:09 adam Exp $
 
-DISTNAME=      anytree-2.4.3
+DISTNAME=      anytree-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/anytree/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://anytree.readthedocs.io/
+HOMEPAGE=      https://github.com/c0fec0de/anytree
 COMMENT=       Powerful and Lightweight Python Tree Data Structure
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= # none
-
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6e2b809a6a75 -r 85fa0a09a964 devel/py-anytree/PLIST
--- a/devel/py-anytree/PLIST    Thu Jan 31 08:16:03 2019 +0000
+++ b/devel/py-anytree/PLIST    Thu Jan 31 08:21:09 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/09/04 12:44:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/01/31 08:21:09 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -79,6 +79,9 @@
 ${PYSITELIB}/anytree/search.py
 ${PYSITELIB}/anytree/search.pyc
 ${PYSITELIB}/anytree/search.pyo
+${PYSITELIB}/anytree/util/__init__.py
+${PYSITELIB}/anytree/util/__init__.pyc
+${PYSITELIB}/anytree/util/__init__.pyo
 ${PYSITELIB}/anytree/walker.py
 ${PYSITELIB}/anytree/walker.pyc
 ${PYSITELIB}/anytree/walker.pyo
diff -r 6e2b809a6a75 -r 85fa0a09a964 devel/py-anytree/distinfo
--- a/devel/py-anytree/distinfo Thu Jan 31 08:16:03 2019 +0000
+++ b/devel/py-anytree/distinfo Thu Jan 31 08:21:09 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/09/04 12:44:41 wiz Exp $
+$NetBSD: distinfo,v 1.2 2019/01/31 08:21:09 adam Exp $
 
-SHA1 (anytree-2.4.3.tar.gz) = 4238c100d89dd84d4e81864cafd5825edc4a4535
-RMD160 (anytree-2.4.3.tar.gz) = 518d9d2967b68eb4ca198db10ece6d136e91dd37
-SHA512 (anytree-2.4.3.tar.gz) = 04f58f17f12f49cf8ba98f94d794f3882812d2b46044252c798d974e0750bb852c7b6a0b6698938139b9e455771d2ed7097eeab298079c678ba7bc82cbd26659
-Size (anytree-2.4.3.tar.gz) = 18181 bytes
+SHA1 (anytree-2.5.0.tar.gz) = 126a72a671ee4ffd64b013d2f38f51cdc3af6f17
+RMD160 (anytree-2.5.0.tar.gz) = 6c8c3d458028d44fd7bc2e22cb760eaa57bd391f
+SHA512 (anytree-2.5.0.tar.gz) = e3a7c85493955b99d3f81c290f83027d28ca25faa9ce4d87fb9a3e61afd7dd86d778e219ec11ccebe62f2c830255da5ca80eb8daeee185d1d856ca52ad062007
+Size (anytree-2.5.0.tar.gz) = 18820 bytes



Home | Main Index | Thread Index | Old Index