python3-packaging:ver bump
This commit is contained in:
@@ -5,13 +5,9 @@
|
|||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|
||||||
#pisitools.removeDir("/usr/lib/*/site-packages/six-1.9.0*egg-info*")
|
|
||||||
#pisitools.remove("/usr/lib/*/site-packages/*egg-info*")
|
|
||||||
@@ -10,10 +10,10 @@
|
|||||||
</Packager>
|
</Packager>
|
||||||
<PartOf>programming.language.python3</PartOf>
|
<PartOf>programming.language.python3</PartOf>
|
||||||
<License>Apache</License>
|
<License>Apache</License>
|
||||||
<IsA>app:console</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Core utilities for Python packages</Summary>
|
<Summary>Core utilities for Python packages.</Summary>
|
||||||
<Description>Core utilities for Python packages</Description>
|
<Description>The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.</Description>
|
||||||
<Archive sha1sum="14f60518ca7e4168f64fb3d652591c63ee8c8ca1" type="targz">https://github.com/pypa/packaging/archive/20.1.tar.gz</Archive>
|
<Archive sha1sum="27f7a52888a4f6671d6539f010d77e84ed6c80b1" type="targz">https://github.com/pypa/packaging/archive/20.3.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -21,17 +21,24 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>python3-packaging</Name>
|
<Name>python3-packaging</Name>
|
||||||
<Summary>Core utilities for Python packages</Summary>
|
<Summary>Core utilities for Python packages.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency versionFrom="3.8.0">python3</Dependency>
|
<Dependency versionFrom="3.8.0">python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc/python3-packaging</Path>
|
<Path fileType="doc">/usr/share/doc/python3-packaging</Path>
|
||||||
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="5">
|
||||||
<Date>2020-01-29</Date>
|
<Date>2020-01-29</Date>
|
||||||
<Version>20.1</Version>
|
<Version>20.1</Version>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python3-packaging</Name>
|
<Name>python3-packaging</Name>
|
||||||
<Summary xml:lang="tr">Python3 paketleri için çekirdek uygulama.</Summary>
|
<Summary xml:lang="tr">Python paketleri için çekirdek araçları.</Summary>
|
||||||
<Description xml:lang="tr">Python3 paketleri için çekirdek uygulama.</Description>
|
<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>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user