diff --git a/sci-electronics/flatcam/Manifest b/sci-electronics/flatcam/Manifest index 9d62800..c659ed5 100644 --- a/sci-electronics/flatcam/Manifest +++ b/sci-electronics/flatcam/Manifest @@ -1 +1 @@ -EBUILD flatcam-9999.ebuild 1313 SHA256 4637ce4c4f3fdc6a08160c83d0ed5ab5d0692ec2e46cce59c91c1fb590546c84 SHA512 edc0f10d691e9658e0e5b9f8c106d0b98bedf3617fa27fa898cb085fe4c5a21382bc93ac7943d482852e426eeed087f966b416aa9e48bcc5a99f5bf59b1c2fd2 WHIRLPOOL df9e5f61fc7658870f668f9152444b9adc94e62dbdc0a739853adaf16b18e840d9ae657b142d62e6e84d4700154546390593dee404e254a037d2463f36fbbb97 +EBUILD flatcam-9999.ebuild 1406 BLAKE2B b400fcea62f15a67c2e8b2f82b087af8d27ae1a0a344fd81f28dcfe7d8e1d289d2bd510d65c3e4caf48705507bf255fe695f46b358108080e51d06a680e57a78 SHA512 584a6a546965281f204408a60de81e7c5d8b5b9a193e96d212d4c385e68aa2dfff5df1debd557ba0db2a38a07026e31728388ef886cb04aa3ee58429abe4e805 diff --git a/sci-electronics/flatcam/flatcam-9999.ebuild b/sci-electronics/flatcam/flatcam-9999.ebuild index 780d6c0..14cee34 100644 --- a/sci-electronics/flatcam/flatcam-9999.ebuild +++ b/sci-electronics/flatcam/flatcam-9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=6 -PYTHON_COMPAT=( python2_7 ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 git-r3 gnome2-utils @@ -25,11 +25,11 @@ SLOT="0" IUSE="+doc" RDEPEND=" - >=dev-python/matplotlib-1.3.1[qt5] - >=dev-python/numpy-1.8 - dev-python/PyQt5 - dev-python/simplejson - dev-python/svg_path + >=dev-python/matplotlib-1.3.1[${PYTHON_USEDEP},qt5] + >=dev-python/numpy-1.8[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] + dev-python/svg-path[${PYTHON_USEDEP}] sci-libs/Rtree sci-libs/scipy >=sci-libs/Shapely-1.3