diff --git a/net-im/poezio/patches/poezio-0.11.patchset b/net-im/poezio/patches/poezio-0.12.1.patchset similarity index 76% rename from net-im/poezio/patches/poezio-0.11.patchset rename to net-im/poezio/patches/poezio-0.12.1.patchset index beef2a2a5..7bb6fd776 100644 --- a/net-im/poezio/patches/poezio-0.11.patchset +++ b/net-im/poezio/patches/poezio-0.12.1.patchset @@ -1,20 +1,19 @@ -From 28ee858802477aaade743d3ca145e25d7d267860 Mon Sep 17 00:00:00 2001 +From 261999dc5d4d5b4d8831d0af744877d943b7a3d7 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 19 Nov 2017 14:20:21 +0100 Subject: Fix documentation paths diff --git a/setup.py b/setup.py -index 2270c41..e2adba9 100755 +index 8d00ad8..c8badff 100755 --- a/setup.py +++ b/setup.py -@@ -98,12 +98,12 @@ setup(name="poezio", +@@ -124,11 +124,11 @@ setup(name="poezio", package_data={'poezio': ['default_config.cfg']}, - scripts=['scripts/poezio_gpg_export', 'scripts/poezio_logs'], + scripts=['scripts/poezio_logs'], entry_points={'console_scripts': ['poezio = poezio.__main__:run']}, - data_files=([('share/man/man1/', ['data/poezio.1', + data_files=([('documentation/man/man1/', ['data/poezio.1', - 'data/poezio_gpg_export.1', 'data/poezio_logs.1']), - ('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])] - + find_doc('share/doc/poezio/source', 'source') @@ -22,9 +21,9 @@ index 2270c41..e2adba9 100755 + ('documentation/packages/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])] + + find_doc('documentation/packages/poezio/source', 'source') + + find_doc('documentation/packages/poezio/html', 'build/html')), - install_requires=['slixmpp>=1.2.4', 'aiodns'], + install_requires=['slixmpp>=1.3.0', 'aiodns', 'pyasn1_modules', 'pyasn1'], extras_require={'OTR plugin': 'python-potr>=1.0', - 'Screen autoaway plugin': 'pyinotify==0.9.4'}) + 'Screen autoaway plugin': 'pyinotify==0.9.4', -- -2.15.0 +2.21.0 diff --git a/net-im/poezio/poezio-0.11.recipe b/net-im/poezio/poezio-0.12.1.recipe similarity index 83% rename from net-im/poezio/poezio-0.11.recipe rename to net-im/poezio/poezio-0.12.1.recipe index e802560e2..c2b894c32 100644 --- a/net-im/poezio/poezio-0.11.recipe +++ b/net-im/poezio/poezio-0.12.1.recipe @@ -13,19 +13,18 @@ powerful, standard and open protocol." HOMEPAGE="https://poez.io" COPYRIGHT="2010-2017 Florent Le Coz, Mathieu Pasquet" LICENSE="Zlib" -REVISION="2" -SOURCE_URI="https://dev.louiz.org/attachments/download/118/poezio-$portVersion.tar.gz" -CHECKSUM_SHA256="200be4db93cc4397263b3579efe9b6e43fbb57491d717fc89659717dc219961d" +REVISION="1" +SOURCE_URI="https://pypi.io/packages/source/p/poezio/poezio-$portVersion.tar.gz" +CHECKSUM_SHA256="d59dedf80d074074dd4f6798559a257853fa6ab064d992d7a203f11c8b2a9bd7" SOURCE_DIR="poezio-$portVersion" PATCHES="poezio-$portVersion.patchset" -ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" poezio$secondaryArchSuffix = $portVersion cmd:poezio = $portVersion - cmd:poezio_gpg_export = $portVersion cmd:poezio_logs = $portVersion " REQUIRES=" @@ -33,8 +32,8 @@ REQUIRES=" aiodns_python3 pyasn1_modules_python3 pyasn1_python3 - pycares_python3$secondaryArchSuffix - slixmpp_python3 + pycares_python3 + slixmpp_python3 >= 1.3.0 cmd:python3 " @@ -44,6 +43,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" setuptools_python3 cmd:gcc$secondaryArchSuffix + cmd:pkg_config$secondaryArchSuffix " BUILD()