dev-python/sexpdata: Add python 3.7, 3.8

Update maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
This commit is contained in:
Brian Dolbec
2020-04-23 12:23:38 -07:00
parent b3ab289285
commit b48359be81
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!--maintainer-needed-->
<maintainer type="project">
<email>layman@gentoo.org</email>
<name>Gentoo Layman team</name>
</maintainer>
<upstream>
<remote-id type="github">tkf/sexpdata</remote-id>
</upstream>

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=(python3_6)
PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1