python3-packaging:ver bump

This commit is contained in:
blue-devil
2020-03-12 00:00:31 +03:00
parent 6d1ed79670
commit ead0d705a4
3 changed files with 16 additions and 13 deletions
@@ -5,13 +5,9 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
#pisitools.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*")
#pisitools.remove("/usr/lib/*/site-packages/*egg-info*")
pythonmodules.install(pyVer="3")
@@ -10,10 +10,10 @@
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Apache</License>
<IsA>app:console</IsA>
<Summary>Core utilities for Python packages</Summary>
<Description>Core utilities for Python packages</Description>
<Archive sha1sum="14f60518ca7e4168f64fb3d652591c63ee8c8ca1" type="targz">https://github.com/pypa/packaging/archive/20.1.tar.gz</Archive>
<IsA>library</IsA>
<Summary>Core utilities for Python packages.</Summary>
<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>
<BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
</BuildDependencies>
@@ -21,17 +21,24 @@
<Package>
<Name>python3-packaging</Name>
<Summary>Core utilities for Python packages</Summary>
<Summary>Core utilities for Python packages.</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.8.0">python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-packaging</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-03-11</Date>
<Version>20.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-01-29</Date>
<Version>20.1</Version>
@@ -1,7 +1,7 @@
<PISI>
<Source>
<Name>python3-packaging</Name>
<Summary xml:lang="tr">Python3 paketleri için çekirdek uygulama.</Summary>
<Description xml:lang="tr">Python3 paketleri için çekirdek uygulama.</Description>
<Summary xml:lang="tr">Python paketleri için çekirdek araçları.</Summary>
<Description xml:lang="tr">python3-packaging projesi python paketleri yapmayı kolaylaştıran, sürümleme, belirteçler işaretçiler gereklilikler(bağımlılık), etiketler ve araçları içerir.</Description>
</Source>
</PISI>