pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-xandikos py-xandikos: updated to 0.2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01d8b2d7b8d2
branches:  trunk
changeset: 449111:01d8b2d7b8d2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Mar 21 07:50:52 2021 +0000

description:
py-xandikos: updated to 0.2.6

0.2.6:
* Don't listen on TCP port (defautlting to 0.0.0.0) when a UNIX domain socket
  is specified.

0.2.5:
* Fix support for uwsgi when environ['wsgi.input'].read() does not
  accept a size=None.

diffstat:

 net/py-xandikos/Makefile |  12 ++++++++++--
 net/py-xandikos/PLIST    |   3 ++-
 net/py-xandikos/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r f3f521cc5866 -r 01d8b2d7b8d2 net/py-xandikos/Makefile
--- a/net/py-xandikos/Makefile  Sun Mar 21 07:49:32 2021 +0000
+++ b/net/py-xandikos/Makefile  Sun Mar 21 07:50:52 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/02/18 12:31:49 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/03/21 07:50:52 adam Exp $
 
-DISTNAME=      xandikos-0.2.4
+DISTNAME=      xandikos-0.2.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xandikos/}
@@ -22,9 +22,17 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+SUBST_CLASSES+=                mandir
+SUBST_STAGE.mandir=    pre-configure
+SUBST_MESSAGE.mandir=  Fix mandir.
+SUBST_FILES.mandir=    setup.py
+SUBST_SED.mandir=      -e 's,share/man,${PKGMANDIR},g'
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} xandikos xandikos-${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 && \
+       ${MV} xandikos.8 xandikos-${PYVERSSUFFIX}.8 || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f3f521cc5866 -r 01d8b2d7b8d2 net/py-xandikos/PLIST
--- a/net/py-xandikos/PLIST     Sun Mar 21 07:49:32 2021 +0000
+++ b/net/py-xandikos/PLIST     Sun Mar 21 07:50:52 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/05/14 05:38:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/03/21 07:50:52 adam Exp $
 bin/xandikos-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -113,3 +113,4 @@
 ${PYSITELIB}/xandikos/wsgi_helpers.py
 ${PYSITELIB}/xandikos/wsgi_helpers.pyc
 ${PYSITELIB}/xandikos/wsgi_helpers.pyo
+man/man8/xandikos-${PYVERSSUFFIX}.8
diff -r f3f521cc5866 -r 01d8b2d7b8d2 net/py-xandikos/distinfo
--- a/net/py-xandikos/distinfo  Sun Mar 21 07:49:32 2021 +0000
+++ b/net/py-xandikos/distinfo  Sun Mar 21 07:50:52 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/02/18 12:31:49 adam Exp $
+$NetBSD: distinfo,v 1.12 2021/03/21 07:50:52 adam Exp $
 
-SHA1 (xandikos-0.2.4.tar.gz) = b1828e9324bf0c2dc32365672f71508c086af83a
-RMD160 (xandikos-0.2.4.tar.gz) = bef821047040f4df7719cbb111498dd42885e3b4
-SHA512 (xandikos-0.2.4.tar.gz) = f2694756845ddf54ea60bf7dae2c3df049028bacb7ac671d0e6d3e5bf48e5d3ecb8ea5dcca14349a4a5ac43397a35e32064ad55b08d3db076b19f4e286b88882
-Size (xandikos-0.2.4.tar.gz) = 106660 bytes
+SHA1 (xandikos-0.2.6.tar.gz) = 8e192f6cc2c9c7f3a6c96eaed2d98bc10d5b30d5
+RMD160 (xandikos-0.2.6.tar.gz) = d95f45f587c662afbe9c519518ac27c54edc4dc4
+SHA512 (xandikos-0.2.6.tar.gz) = 443bf91ea31399d216b8b167f837300f651d889748e87964443e0af2989f569dae504c887bfff3e643c407fcb6e8fd21de2672d21bb1cf2472bd80214ff1c967
+Size (xandikos-0.2.6.tar.gz) = 108596 bytes



Home | Main Index | Thread Index | Old Index