summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-11-02 18:10:49 +0100
committerUltrabug <ultrabug@gentoo.org>2015-11-02 18:10:49 +0100
commit23b8c646fb984ac3d6284fc28f89335b5ddec5f3 (patch)
tree38a9c0f4cde32e9c5d798f791c8f3cb12809d1e2 /app-admin/uwsgitop
parentpika moved to gentoo portage (diff)
downloadultrabug-23b8c646fb984ac3d6284fc28f89335b5ddec5f3.tar.gz
ultrabug-23b8c646fb984ac3d6284fc28f89335b5ddec5f3.tar.bz2
ultrabug-23b8c646fb984ac3d6284fc28f89335b5ddec5f3.zip
app-admin/uwsgitop: version bump
Diffstat (limited to 'app-admin/uwsgitop')
-rw-r--r--app-admin/uwsgitop/Manifest4
-rw-r--r--app-admin/uwsgitop/uwsgitop-0.9.ebuild (renamed from app-admin/uwsgitop/uwsgitop-0.8.ebuild)7
2 files changed, 5 insertions, 6 deletions
diff --git a/app-admin/uwsgitop/Manifest b/app-admin/uwsgitop/Manifest
index 41c21b9..bc88289 100644
--- a/app-admin/uwsgitop/Manifest
+++ b/app-admin/uwsgitop/Manifest
@@ -1,2 +1,2 @@
-DIST uwsgitop-0.8.tar.gz 3203 SHA256 1df88a98c3023f259abd2b3ff889296b595267819ccfa5e313f10be23d1fdfb4 SHA512 07c071167cc77d8f1404ba565d327aa95a526d1e4614027cbfe2e832630ec179d14a91a6925848813ab58ab04a323203d9afde6c4e0ebeeca557afc5da22da5a WHIRLPOOL 855a87e1e3e6c11f8bcbdd084caa22346c7102045caee858c15396f7ad04174f54c73bca3fead82baeb255a4db0b172382cdbeea3d3c46b8db86ea5950d9d9e5
-EBUILD uwsgitop-0.8.ebuild 460 SHA256 fc64a58d1eefe5c2d1b2f687da42a6a46c084f614456e984e14b8e391b6f67b7 SHA512 e184753623e9bb6f931c0ee9b7d2e096fca72107f0317aa28f100ae92bddf9201ba1f946331fac3289ce4da1f4b506c5abbb8fa30d2a0cfe84a55d8b8f676ad2 WHIRLPOOL ffc1e2a039b3bfe1d95979f8e8db6c4b5e586714089ef61ca16519b842a85581741ad54955d213406bf2cdc6444b38b4c7636731db7804a3adef3ae8f79760fd
+DIST uwsgitop-0.9.tar.gz 4739 SHA256 5063ef2a692f663f1408643a7cae1794724f6d8d739746726e20cd46291e19e8 SHA512 e2ee3cd836bbfc84094aa77e621870643feca6a8397b36b7e4990a2e532eec9b311508f42fd99d4efde8dade469c8bbee44311c64f801c94af9f44c64eb7df4c WHIRLPOOL 8c55abd32c0ead23a40467ec33394f47b8a6d8af0c55e425e535aeff655cc549070d4475ffdf86c56f7f81716360a95292d9301f3f447d0b2bdf2413918106c1
+EBUILD uwsgitop-0.9.ebuild 459 SHA256 36550b473b4edc6b7ada24200877f6d4f712da68cbdd1ae36821326c33f417fa SHA512 001ca1124dcf8e1e799cfc833d84f79abf7a8a640b448a0c0a8bbbe48ebd2623b3f15ae82083349c3ee99d0ceb65af0b270171118a9d5e466a80ce17637d2b7b WHIRLPOOL e1861050032b7ec02caca848e0d34b9409eff04a2291d33ddd473c508b1600e1339f284bea52ac19c31ec9453925c4f1daee0031db602fd98f8b3a0cc5f03a21
diff --git a/app-admin/uwsgitop/uwsgitop-0.8.ebuild b/app-admin/uwsgitop/uwsgitop-0.9.ebuild
index ea19b98..a52f940 100644
--- a/app-admin/uwsgitop/uwsgitop-0.8.ebuild
+++ b/app-admin/uwsgitop/uwsgitop-0.9.ebuild
@@ -2,11 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
-inherit distutils
+inherit distutils-r1
DESCRIPTION="uWSGI top-like application"
HOMEPAGE="https://github.com/unbit/uwsgitop/"