poezio: bump version.

This commit is contained in:
Jerome Duval
2019-10-24 14:46:07 +02:00
parent 9ac6287283
commit 7d4f9e0e20
2 changed files with 14 additions and 15 deletions

View File

@@ -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 <pulkomandy@pulkomandy.tk>
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

View File

@@ -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()