@@ -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>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</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="abed68517b8e1c8b6c641d340f18118d080829dc" type="targz">https://github.com/pypa/setuptools/archive/v45.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="fa960a8e8d9cd7e5dbafcba96b860d2da1e5d414" type="targz">https://github.com/pypa/setuptools/archive/v46.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<!--<Dependency>python3-six</Dependency>-->
|
||||
@@ -28,13 +28,20 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>46.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2020-02-21</Date>
|
||||
<Version>45.2.0</Version>
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ def install():
|
||||
if get.buildTYPE() == "emul32": return
|
||||
|
||||
pisitools.doinfo("doc/*info*")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
|
||||
pisitools.dodoc("COPYING*", "README")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gmp</Name>
|
||||
@@ -8,15 +8,17 @@
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<License>LGPLv3+</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Arbitrary precision arithmetic library</Summary>
|
||||
<Description>GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.</Description>
|
||||
<Archive sha1sum="9dc6981197a7d92f339192eea974f5eca48fcffe" type="tarxz">mirrors://gnu/gmp/gmp-6.1.2.tar.xz</Archive>
|
||||
<Archive sha1sum="052a5411dc74054240eec58132d2cf41211d0ff6" type="tarxz">mirrors://gnu/gmp/gmp-6.2.0.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gmp</Name>
|
||||
<Summary>Arbitrary precision arithmetic library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -56,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>6.2.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-12-11</Date>
|
||||
<Version>6.1.2</Version>
|
||||
@@ -99,4 +108,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -11,5 +11,12 @@
|
||||
<Package>
|
||||
<Name>gmp-devel</Name>
|
||||
<Summary xml:lang="tr">gmp için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">gmp-devel, gmp için geliştirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
<Package>
|
||||
<Name>gmp-32bit</Name>
|
||||
<Summary xml:lang="tr">gmp için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||
<Description xml:lang="tr">gmp-32bit, gmp için 32-bit paylaşımlı kitaplıklar içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user