app-misc/todoman: Add python 3.6 to PYTHON_COMPAT and remove 3.4.
continuous-integration/drone/push Build is passing Details

Package-Manager: Portage-2.3.84, Repoman-2.3.16
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2020-01-03 06:26:58 +01:00
parent c7a168baca
commit f1fd995ada
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD todoman-9999.ebuild 839 BLAKE2B 14a8d500e5fcbdfefea2f2422abdf84ff137b691c97eb7cfa1fba533b62e1b4bbc64f7034b3190623a56dc50696d40440f685e6e929107a7b932fde886a4c369 SHA512 00a455fb3e3d826c3a9b5a9ef59ea9dd73a4338fc57e88685b666156b8f6f07e96c679e8106de9b4a5575bb09d0ad2deb4e51aa679cd5eb98796e55f8872885c
EBUILD todoman-9999.ebuild 836 BLAKE2B d503d24ac95892643e8a585bdbdf070d11dd87b0a6599779199733a173db8d09054ee858913f439c14c1b68e7b70dfb4b251aecd5a95c11b709c68e23a143bde SHA512 5a9f15aec8430317ce6541eef4142b59bd0ef22fdf8a116fda6d468ccac919bd8e09f9411063e55dbcfc74d79ea9e215ef1b7315210008eb87e9b386982acdb5
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW0zVPwAKCRDPw5SX8bJu
B+goAQCC9zQCXxCKJ5/vHnMzrk8rEVgShegF8FTxz6d+jub3WQD/aGb+TGGP9sCE
6wlP8wYuawaNV68CariROCAxz45ueSk=
=Bxo1
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXg7QoQAKCRDPw5SX8bJu
BzoHAP9lBxXKaTFIpQnoxR6WSz1ux3y/rfGQ3bL2LdakbP3ILAD7Bda8X02VunyF
jFBwqGEt7ivSDqSu4jbbk+ghuORoLV0=
=Vr0Z
-----END PGP SIGNATURE-----

View File

@ -1,8 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_4 python3_5 )
PYTHON_COMPAT=( python3_5 python3_6 )
inherit git-r3 distutils-r1