aboutsummaryrefslogtreecommitdiff
blob: ebffeda418c496f25172ff1edeef5e1d8030e212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci</herd>
  <maintainer>
    <email>h.chr@mail.ru</email>
    <name>Horea Christian</name>
  </maintainer>
  <longdescription lang="en">
	future is the missing compatibility layer between Python 2 and
	Python 3. It allows you to use a single, clean Python
	3.x-compatible codebase to support both Python 2 and Python 3
	with minimal overhead.
  </longdescription>
  <upstream>
    <remote-id type="pypi">future</remote-id>
  </upstream>
</pkgmetadata>