Fixed j2cli to exclude Python 2.7.

This commit is contained in:
László Valkó 2020-09-27 20:11:12 +02:00
parent 929f91c60f
commit eeb5145d84
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
DIST j2cli-0.3.12b.tar.gz 16797 BLAKE2B 08b434596021576dcecbaa8e700479c103f5d93c3d42880f8f5062fb0db78d4bd0bcc43c068e56b950a654b383a27b5aaff3b58ef22382c6fd6da8d9135ede98 SHA512 6c64aee49091969650214c7e581435d61a32211da14be3b80504af192e30d0de545e698426c3b68deb71e4ac8e422036a8202f0ea4d29f1cc3598872c4299b90 DIST j2cli-0.3.12b.tar.gz 16797 BLAKE2B 08b434596021576dcecbaa8e700479c103f5d93c3d42880f8f5062fb0db78d4bd0bcc43c068e56b950a654b383a27b5aaff3b58ef22382c6fd6da8d9135ede98 SHA512 6c64aee49091969650214c7e581435d61a32211da14be3b80504af192e30d0de545e698426c3b68deb71e4ac8e422036a8202f0ea4d29f1cc3598872c4299b90
EBUILD j2cli-0.3.12b.ebuild 818 BLAKE2B b1b1f29a4e6aa2cf1ef8985390157a56e6570aec3a50f8cb1deb795fc88d2fadc5a3ae17f79f40bfc9d2ff0b27987cf8bb4a5aca8a5d670c4a87e4d6423f81fc SHA512 311e7553611491512bb2fc3758a73abe07c6bdbb03f5e5552a61ef175b7ebc331f0f2b7c25b202229e33bf7cc4bb01aa4d993fd3bba21a38fa0621768f7ae79c EBUILD j2cli-0.3.12b.ebuild 806 BLAKE2B 9fb645e8746080519fdd67c25b10e90c574bb332a4482b15d6ae804ad9a8a0c09db7dd30396c646a0b8d895c1abd646d11a7e21269eb83069a26fc1f8845419d SHA512 85dc83d678beba4ba6ee10b9d6ea4166d312f1d304618c4d9247dea96b2f5d4253dd8eb1e8805587109bef1bcd758df51761b6eb642af7cd67fd14c9c3a519cf
MISC metadata.xml 217 BLAKE2B 2ff165b31e242337c0eb4ec7fc67dcf0ed3a5eb2962197600231e2b80bf9dabbabe485678d9a2cf4bdf26b23ae4b55f3101aa15e6b92010cab20953a1d513686 SHA512 a0130ab6cf8d4cc029ff0768bd12265b81b47bdfa6d815cbb70368ac79535cf4777d3113e77b877e9f7a222bdc36321672c42db40b2a8f603421adb40d6eb50e MISC metadata.xml 217 BLAKE2B 2ff165b31e242337c0eb4ec7fc67dcf0ed3a5eb2962197600231e2b80bf9dabbabe485678d9a2cf4bdf26b23ae4b55f3101aa15e6b92010cab20953a1d513686 SHA512 a0130ab6cf8d4cc029ff0768bd12265b81b47bdfa6d815cbb70368ac79535cf4777d3113e77b877e9f7a222bdc36321672c42db40b2a8f603421adb40d6eb50e

View file

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 inherit distutils-r1
@ -26,7 +26,7 @@ DEPEND="
" "
RDEPEND=" RDEPEND="
${CDEPEND} ${CDEPEND}
>=dev-python/jinja-2.7.2[${PYTHON_USEDEP}] >=dev-python/jinja-3.6[${PYTHON_USEDEP}]
yaml? ( yaml? (
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
) )