python3-setuptools:ver.bump

This commit is contained in:
blue-devil
2020-05-24 23:58:29 +03:00
parent 8cb40cd590
commit 09b62fe832
2 changed files with 15 additions and 7 deletions
@@ -3,10 +3,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
WorkDir="setuptools-%s" % get.srcVERSION()
@@ -11,9 +11,10 @@
<PartOf>programming.language.python3</PartOf>
<License>PSF-2.2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Python setuptools</Summary>
<Description>python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
<Archive sha1sum="a9abdc304516a2c8b866408c89c78406cd1abd8d" type="targz">https://github.com/pypa/setuptools/archive/v46.1.3.tar.gz</Archive>
<Description>python3-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
<Archive sha1sum="163b89f399eec1d89f55db80ffed3fc18ca6f07c" type="targz">https://github.com/pypa/setuptools/archive/v46.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<!--<Dependency>python3-six</Dependency>-->
@@ -28,13 +29,20 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="16">
<Date>2020-05-24</Date>
<Version>46.4.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="15">
<Date>2020-05-01</Date>
<Version>46.1.3</Version>