summaryrefslogtreecommitdiff
path: root/dev-python/polygon
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/polygon
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/polygon')
-rw-r--r--dev-python/polygon/Manifest4
-rw-r--r--dev-python/polygon/polygon-2.0.6.ebuild25
-rw-r--r--dev-python/polygon/polygon-3.0.7.ebuild4
3 files changed, 3 insertions, 30 deletions
diff --git a/dev-python/polygon/Manifest b/dev-python/polygon/Manifest
index c98b5c5ce1f1..faa1ec90aa20 100644
--- a/dev-python/polygon/Manifest
+++ b/dev-python/polygon/Manifest
@@ -1,5 +1,3 @@
-DIST Polygon2-2.0.6.zip 73551 BLAKE2B 0ce0359945f87f0efcd9fd61a2538dec96a76265d3b4d13a53288609e6bfde45c946f9184ee6268a24f987c5081ca10d8261d7febcbaee218f10f9fa8b2a3875 SHA512 d0827fe3299449842e201598b59e423bf3029302037ffb9329dae0045b2be1727eb33951dfd22f560476360836305526be58e55d9d4cff36f3d9a4b0262b7aed
DIST Polygon3-3.0.7.zip 76193 BLAKE2B 57ef62b6652400be057e8596f705e2112caef09208aafa7e46686f86367181dc078cbfc6ade99af22cce7fc0a76ec1de2995885ba4c11263444ca315029c38d7 SHA512 e30cd8e51ad69a2d76b61a7d92ead4ac352e729093546b965f649866fd9c6a860e3cdcd9fcd7f8cc9f8d7735ccd1128fb5af00b3de89e4efd7128e446a70b33b
-EBUILD polygon-2.0.6.ebuild 568 BLAKE2B 98141dc77592acb522fb80f74ab96317bb84e3daade4372f46e1a60ad65064dd49125e3a17ab028ad163bac324c680e30c5bee61db71672864aa04d0d1170235 SHA512 52130f04ac0e59b14469643f104d732ac4b4e8060aba7079666d0f760e2ebb59fba00e092c18b612bb0e1f2b352b6f507aa88067d30447483da08e8d13db984d
-EBUILD polygon-3.0.7.ebuild 876 BLAKE2B 15c1bbfdc2e5edf342c3081c2e13094cb654731d3e2da43b44d7114bafaea9b4973edff9cfc5bd2047a2393661b302dcb0c0004bda43aa9cda9e1f8221b71b12 SHA512 0ee6ecfd8eb457a5e27b2bb3f9f953734f9e41d3db245d91ec190a0b4140eed61e01bb8b3f93c26e1fe0b5e4786e5d3fd20006e691c11a4059d383a85a0dbf64
+EBUILD polygon-3.0.7.ebuild 872 BLAKE2B a3ca02116114808e190032d68e94230d38e54efb025416a91905f206d0d6e9632afc39a43071b41cb6e6902ec561eaa4c24f08bba04dab658505daddd3f0b150 SHA512 6499740bb05438af4a0983b8686d1eb53bab2d12c5f9afff1487d3dbf922dafc716f05a2cc94b0e195455a4c288132f7815a8d73c1c6cc9adcd808d2a3965ab6
MISC metadata.xml 498 BLAKE2B 37a852bfcd8d3b2cb147e45532ff82192c14c415a4cc86671e1ce1b26dd1154778e907421ab7bcd61d602cfd8864dad6bed1ade6e07f4f9257bea072f7623d1c SHA512 f720cc8215dab75ac6246e86d3ee3fe6a07676078a25848924fc0ced02826bb8b2122417d5b27549f9557b486a4e71baff27bc7d54d7f8d15d7a21b4caa0de52
diff --git a/dev-python/polygon/polygon-2.0.6.ebuild b/dev-python/polygon/polygon-2.0.6.ebuild
deleted file mode 100644
index c411417e96cf..000000000000
--- a/dev-python/polygon/polygon-2.0.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python package to handle polygonal shapes in 2D"
-HOMEPAGE="https://www.j-raedler.de/projects/polygon/"
-SRC_URI="https://www.bitbucket.org/jraedler/${PN}2/downloads/Polygon2-${PV}.zip"
-
-LICENSE="LGPL-2"
-SLOT="2"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/Polygon2-${PV}
-
-DOCS=( HISTORY doc/Polygon.txt )
-
-python_test() {
- ${PYTHON} test/Test.py || die "Tests failed"
-}
diff --git a/dev-python/polygon/polygon-3.0.7.ebuild b/dev-python/polygon/polygon-3.0.7.ebuild
index 2538d60392cd..b62923113930 100644
--- a/dev-python/polygon/polygon-3.0.7.ebuild
+++ b/dev-python/polygon/polygon-3.0.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1