Merge pull request #1104 from blue-devil/master

python3 modules updated
This commit is contained in:
Blue DeviL
2020-05-24 23:59:27 +03:00
committed by GitHub
3 changed files with 24 additions and 9 deletions
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Core utilities for Python packages.</Summary> <Summary>Core utilities for Python packages.</Summary>
<Description>The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.</Description> <Description>The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.</Description>
<Archive sha1sum="27f7a52888a4f6671d6539f010d77e84ed6c80b1" type="targz">https://github.com/pypa/packaging/archive/20.3.tar.gz</Archive> <Archive sha1sum="984879451ca62c0845139331678246ec85de6a3b" type="targz">https://github.com/pypa/packaging/archive/20.4.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency> <Dependency versionFrom="3.8.0">python3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -26,12 +26,19 @@
<Dependency versionFrom="3.8.0">python3</Dependency> <Dependency versionFrom="3.8.0">python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="doc">/usr/share/doc/python3-packaging</Path>
<Path fileType="library">/usr/lib/python3*</Path> <Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-packaging</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2020-05-24</Date>
<Version>20.4</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2020-03-11</Date> <Date>2020-03-11</Date>
<Version>20.3</Version> <Version>20.3</Version>
@@ -3,10 +3,10 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # 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 get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
WorkDir="setuptools-%s" % get.srcVERSION() WorkDir="setuptools-%s" % get.srcVERSION()
@@ -11,9 +11,10 @@
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python3</PartOf>
<License>PSF-2.2</License> <License>PSF-2.2</License>
<IsA>library</IsA> <IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Python setuptools</Summary> <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> <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="a9abdc304516a2c8b866408c89c78406cd1abd8d" type="targz">https://github.com/pypa/setuptools/archive/v46.1.3.tar.gz</Archive> <Archive sha1sum="163b89f399eec1d89f55db80ffed3fc18ca6f07c" type="targz">https://github.com/pypa/setuptools/archive/v46.4.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<!--<Dependency>python3-six</Dependency>--> <!--<Dependency>python3-six</Dependency>-->
@@ -28,13 +29,20 @@
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files> </Files>
</Package> </Package>
<History> <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"> <Update release="15">
<Date>2020-05-01</Date> <Date>2020-05-01</Date>
<Version>46.1.3</Version> <Version>46.1.3</Version>