summaryrefslogtreecommitdiff
path: root/app-admin/ngxtop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-08 23:06:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-08 23:06:07 +0100
commite23a08d0c97a0cc415aaa165da840b056f93c997 (patch)
tree4c5f7db60483518201fef36f8cc0712789a08db2 /app-admin/ngxtop
parent391b5b359a346aff490103da7dddc85047f83830 (diff)
gentoo resync : 08.10.2021
Diffstat (limited to 'app-admin/ngxtop')
-rw-r--r--app-admin/ngxtop/Manifest2
-rw-r--r--app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild (renamed from app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild)8
2 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/ngxtop/Manifest b/app-admin/ngxtop/Manifest
index b56d6b97ae03..e5a747e34aaf 100644
--- a/app-admin/ngxtop/Manifest
+++ b/app-admin/ngxtop/Manifest
@@ -1,5 +1,5 @@
AUX ngxtop-0.0.2-py3.patch 1816 BLAKE2B 1f19b6143bc5eab4786043d1641f17a370cc07b72c3e61329e9b3255fb6a0c66d00d94b371aae5e0d5747e99964a102d7ea630a235ebad4df0cd3ff015917c95 SHA512 47127c5ba26d0d6319ca74f21370bf01ce3a74676066bf7476f862de8165c2d62d90e5cad1cb2369e5743db4fa51090e8bdf59da04f9dcfafec62edc44122f8f
DIST ngxtop-0.0.3_pre141201.tar.xz 9012 BLAKE2B 9e8a7d2c3aadb302e0923fc7cb5b0219a56489993fdcf83fb7b38ba67036f2b5cae7e5bba2c9efc81d858c58b0f1e25f17fa8cc600e77f76b45aafd9d5a3354e SHA512 ce0c6d027eacfe553752a4a66b7d5823de45ef847d4db1a50d9677126a1d574c22e17b5a60f073bf74eb93d56d15d88d6201353324b201b77c1dd5bede6d7cde
EBUILD ngxtop-0.0.3_pre141201-r1.ebuild 749 BLAKE2B df74eb3f526b1923027923a2619af43c898f4331bfbc2f190aad953842c09719098ff3d522d6036f1234168f09d0cb9a666c052ab868f2297c9d5cc47eaad31a SHA512 bdc0be8087055b3e4e94209ada558728500c8f0fcfa6d64db3d0d94e7b553b0fe710c2433d2b048dfe2731f3cd6fe2c034173db1966d5fb8522cea69dc990505
-EBUILD ngxtop-0.0.3_pre141201.ebuild 715 BLAKE2B 77928cf8ec4032f0d6b2480557b0a79ba549781762982c66fd44d33c182407bf1f387c98a210c0655b8ca8d4c3a1a07d83010a07ac4ce258e9c24809c68407d7 SHA512 e75792344959e260dcff6f3c506009a4dd3dec76325615da592ee651afba59da0ccb4d111e8d2370bf2ba1864c73858fdc7b651623faeb31f63ba7f4ee8d97fc
+EBUILD ngxtop-0.0.3_pre141201-r2.ebuild 748 BLAKE2B da5a56556d3ffc501b964048b12f8e19e7128a69d587391bd99badcd25d767753ad943f045d8d2c22b1af92858ebd764d83e17e1a710b150ac0ff2b7b85daf98 SHA512 af31d7b5b2b158d500fe5c85db9d39c86bf0b8d4d592782028710dc5c578533263bf0b4aaa514521c24800b09e763b78938356d786b4a223b31850f700ca7ef9
MISC metadata.xml 492 BLAKE2B 83a6fd96b1e0322cae6cd653bff950ed4716c5c84a0edeaf41461c6de70185e9cd011dedaa49e29913d0b672776be04b572a215f035ec8bb8d806eada14313c9 SHA512 bdd922c0dc95423c839034c0514bb753a05ecb760f753290dd33149893334212f1808566b9980c16dff51730dd63b54dc93846b0b28c48b77810cbcf1952e225
diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
index 1b32811c6b60..b76e25b4baf5 100644
--- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
+++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
@@ -26,3 +26,5 @@ DEPEND="${RDEPEND}
"
PATCHES=( "${FILESDIR}"/${PN}-0.0.2-py3.patch )
+
+distutils_enable_tests pytest