summaryrefslogtreecommitdiff
path: root/net-im/poezio
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /net-im/poezio
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'net-im/poezio')
-rw-r--r--net-im/poezio/Manifest4
-rw-r--r--net-im/poezio/poezio-0.12.ebuild14
-rw-r--r--net-im/poezio/poezio-9999.ebuild14
3 files changed, 6 insertions, 26 deletions
diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest
index 2181649cf544..ce2f0b4ec1f2 100644
--- a/net-im/poezio/Manifest
+++ b/net-im/poezio/Manifest
@@ -1,4 +1,4 @@
DIST poezio-0.12.tar.gz 585750 BLAKE2B d79cab965b39a9ea191c763e1560bedbf46e3107e1b301a651103caf8f9e63b8465925ea01ac4e2e6b747b66cf5d4be8cabd8be80a069fe4eafcf331c7daada8 SHA512 6249daf23c6f4c1b25a9de686abaa62076e1eac7566da0a174ae3a82e3a53b7f2a86145d20d587a7ee43c8b679d90cb381d5afbfc7860459c5a497e97af32ff4
-EBUILD poezio-0.12.ebuild 1272 BLAKE2B 7f4a2cf6f7801a3fdf8a841e1fb8b3faa4076909c6a475a592c37028baa417c24b7f521920e2c4e16364dca2987de74bc21b267aaff879af464ec1c3941f6d77 SHA512 35ec1c7cd3e0cfcb83087cc02f851a4cd852c24242c16dd2929db5cc9f571a44a44575a535b5b67f93f32ebbbaf0d40e3b50711b857dace23d90ac2d0909e83a
-EBUILD poezio-9999.ebuild 1280 BLAKE2B 5048991fbb36907e3717577a62cdf9deed4438d0afd87bbf4a39152d4cfb84a40280cd6e6ea978c12a9092d40fc1097b40981c7802efbcecb0dbd9297eee1beb SHA512 f87d3c9989ea60dd7c051e6dd93ce9931ed5e9a7eeabecec3d2d02acf57472aa1da964ab8397e791aaaec660563dd90e4c2e3349906c190fc0c865fb24dbb4a5
+EBUILD poezio-0.12.ebuild 1153 BLAKE2B 0720504412ee0fad379247625cc32805f856c6094e644d15038ef6bfe58384c6275594942da07f72b4f40f0af0d087b20dfd03965cec31fa0e9583af4886d082 SHA512 579f39195c6178f5e15979ecdb4b6264422d2e75c336831291ced8c9dff27d34384b9a235bc7206ad30958da27d06d2b638e21e0a8ff3ae7bca704ff10c03f8d
+EBUILD poezio-9999.ebuild 1161 BLAKE2B 95320d9a8c8731c724c36a581626fdf854c856a178d1a49827101743828448c0a5e371fed06da0b48cc173e6300ddf0016e9992ebaadd1a89d376b1f96309222 SHA512 f868225e1840dfd954d57367cff5c03a907b9ad909519e615ea984e3bd20fe2bf27278b6341c07a8e7ce8eb485c7bca4be4af419808c5641004ed8a22ff434b4
MISC metadata.xml 320 BLAKE2B 38b85fd661f7ca7a79c83a1070753f1049b7de9049f2d233f32d77ddd2a8cf72cfc8e3b7b27065a5583d6c631a6af0aa3ca70b907ca9c2a2e92f85471da542b2 SHA512 874c300be76a1b931ddebfb8867563696884267891a09e0879e1ceb0f581536ab9acacccb104e9609aef5c61c55e05ebd87d867d332141be9d52cea246dad09c
diff --git a/net-im/poezio/poezio-0.12.ebuild b/net-im/poezio/poezio-0.12.ebuild
index d41241885592..435612e4aec7 100644
--- a/net-im/poezio/poezio-0.12.ebuild
+++ b/net-im/poezio/poezio-0.12.ebuild
@@ -10,8 +10,6 @@ DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
HOMEPAGE="https://poez.io/"
LICENSE="ZLIB"
SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://git.poez.io/${PN}.git"
@@ -27,12 +25,8 @@ RDEPEND="
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/slixmpp[${PYTHON_USEDEP}]
"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/potr
- dev-python/pyinotify
- )"
+
+distutils_enable_tests pytest
DOC_CONTENTS="
Install these optional runtime dependencies for additional features.
@@ -55,7 +49,3 @@ src_install() {
pkg_postinst() {
readme.gentoo_print_elog
}
-
-python_test() {
- esetup.py test
-}
diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 14be76f1d818..2946371c46b8 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -10,8 +10,6 @@ DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
HOMEPAGE="https://poez.io/"
LICENSE="ZLIB"
SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
@@ -27,12 +25,8 @@ RDEPEND="
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/slixmpp[${PYTHON_USEDEP}]
"
-DEPEND="
- test? (
- ${RDEPEND}
- dev-python/potr
- dev-python/pyinotify
- )"
+
+distutils_enable_tests pytest
DOC_CONTENTS="
Install these optional runtime dependencies for additional features.
@@ -55,7 +49,3 @@ src_install() {
pkg_postinst() {
readme.gentoo_print_elog
}
-
-python_test() {
- esetup.py test
-}