Merge pull request #8021 from blue-devil/master

py modules ver bump
This commit is contained in:
2020-03-04 06:17:42 +03:00
committed by GitHub
19 changed files with 221994 additions and 221372 deletions
+4 -2
View File
@@ -4,15 +4,17 @@
# 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
shelltools.export("PTHREAD_LIBS", "-lpthread")
def setup():
autotools.autoreconf("-vfi")
# suppress compiler warnings
pisitools.cxxflags.add("-Wno-conversion -Wno-implicit-fallthrough -Wno-deprecated-declarations -Wno-format-nonliteral -Wno-unused-parameter -Wno-format -Wno-misleading-indentation -Wno-format-security")
autotools.configure("--with-gnutls \
--disable-static")
@@ -22,4 +24,4 @@ def build():
def install():
autotools.install()
pisitools.dodoc("README", "AUTHORS", "LICENSE", "ChangeLog")
pisitools.dodoc("COPYING", "README", "LICENSE")
+12 -3
View File
@@ -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>gloox</Name>
@@ -8,19 +8,21 @@
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<PartOf>network.chat</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Full-featured Jabber/XMPP client library</Summary>
<Description>gloox is a rock-solid, full-featured Jabber/XMPP client library, written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications.</Description>
<Archive sha1sum="8ed03ee600675efc092055bf52fea799e7f83a43" type="tarbz2">https://camaya.net/download/gloox-1.0.22.tar.bz2</Archive>
<Archive sha1sum="7906fb71deec540b90e02bd945fd3d08e0458821" type="tarbz2">https://camaya.net/download/gloox-1.0.23.tar.bz2</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gloox</Name>
<Summary>Full-featured Jabber/XMPP client library</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
@@ -47,6 +49,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-02-27</Date>
<Version>1.0.23</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-10-30</Date>
<Version>1.0.20</Version>
+2 -1
View File
@@ -9,5 +9,6 @@
<Package>
<Name>gloox-devel</Name>
<Summary xml:lang="tr">gloox için geliştirme dosyaları</Summary>
<Description xml:lang="tr">gloox-devel, gloox için geliştirme dosyalarını içerir.</Description>
</Package>
</PISI>
</PISI>
+221703 -221364
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
56784a43436d63c7a004e03f9763d3fb5eb36be1
7491f46f42726773d2f66678e9feba4652463abd
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
c8f8878b065ac3b3f9ac1aac80fc63d9f9a3bcae
66745e36c38e9a3678ee95668bee650fede7e834
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-appdirs</Name>
<Homepage>http://github.com/ActiveState/appdirs</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".</Summary>
<Description>What directory should your app use for storing user data? This small Python module is for determining appropriate platform-specific dirs, e.g. a "user data dir".</Description>
<Archive sha1sum="9ad09395ed489ad66e9688e49087ce1814c64276" type="targz">https://files.pythonhosted.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-appdirs</Name>
<Summary>A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-appdirs</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-24</Date>
<Version>1.4.3</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-appdirs</Name>
<Summary xml:lang="tr">Platforma özel dizin belirleyebilen küçük bir python3 kitaplığı.</Summary>
<Description xml:lang="tr">python3-appdirs, yazdığınız uygulama kullanıcı verisini nerede saklamalı sorusuna yanıt vermeye çalışan küçük bir python3 kitaplığıdır.</Description>
</Source>
</PISI>
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-distlib</Name>
<Homepage>https://bitbucket.org/pypa/distlib/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>PSF</License>
<IsA>library</IsA>
<Summary>Low-level components of distutils2/packaging.</Summary>
<Description>python3-distlib Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more.</Description>
<Archive sha1sum="890d521ce22e780672a8dd8639e58e1a2a145bf3" type="targz">https://bitbucket.org/pypa/distlib/get/0.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-distlib</Name>
<Summary>Low-level components of distutils2/packaging.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-distlib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-03-03</Date>
<Version>0.3.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-distlib</Name>
<Summary xml:lang="tr">distutils2/packaging'in düşük seviye bileşenleri.</Summary>
<Description xml:lang="tr">python3-distlib, distutils2/packaging'in düşük seviye bileşenlerini içerir.</Description>
</Source>
</PISI>
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-filelock</Name>
<Homepage>https://github.com/benediktschmitt/py-filelock</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A platform independent file lock for Python.</Summary>
<Description>python3-filelock contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication.</Description>
<Archive sha1sum="369555a0c300441bb8093d6f3691f29f27d616d4" type="targz">https://github.com/benediktschmitt/py-filelock/archive/v3.0.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-filelock</Name>
<Summary>A platform independent file lock for Python.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-filelock</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-03-03</Date>
<Version>3.0.12</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-filelock</Name>
<Summary xml:lang="tr">Python için platform bağımsız dosya kilidi.</Summary>
<Description xml:lang="tr">python3-filelock, python için platform bağımsız dosya kilidi olan tek bir modül içerir.</Description>
</Source>
</PISI>
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# 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
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.7")
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-virtualenv</Name>
<Homepage>https://github.com/pypa/virtualenv/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Virtual Python Environment builder.</Summary>
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
<Archive sha1sum="b88b76df849ad6cb28de343701468e618bfe8163" type="targz">https://github.com/pypa/virtualenv/archive/20.0.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-virtualenv</Name>
<Summary>Virtual Python Environment builder.</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-filelock</Dependency>
<Dependency>python3-appdirs</Dependency>
<Dependency>python3-distlib</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-virtualenv</Path>
<Path fileType="executable">/usr/bin/virtualenv</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-03-03</Date>
<Version>20.0.7</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-virtualenv</Name>
<Summary xml:lang="tr">Sanal Python ortamı üreteci.</Summary>
<Description xml:lang="tr">python3-virtualenv, sanal bir python çalışma ortamı yaratan araç ve kitaplıkları sunar.</Description>
</Source>
</PISI>