python3-future:first pisi rel

This commit is contained in:
blue-devil
2020-02-26 23:43:52 +03:00
parent bf13358d60
commit 0c9261faad
3 changed files with 85 additions and 0 deletions
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-future</Name>
<Homepage>http://python-future.org/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Clean single-source support for Python 3 and 2</Summary>
<Description>python-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.</Description>
<Archive sha1sum="d8c8b2d3889fc22bb38f049ed8e3dbdc35a83d6e" type="targz">https://pypi.io/packages/source/f/future/future-0.18.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-future</Name>
<Summary>Clean single-source support for Python 3 and 2</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/futurize</Path>
<Path fileType="executable">/usr/bin/pasteurize</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-future</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2019-12-13</Date>
<Version>0.18.2</Version>
<Comment>Rebuilt and split packages</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2019-11-20</Date>
<Version>0.18.2</Version>
<Comment>Ver. bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2016-04-22</Date>
<Version>0.15.2</Version>
<Comment>First Pisi Release Built with docker</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>