Merge pull request #7966 from blue-devil/master

version bumps and new packages for pgadmin4 vol2
This commit is contained in:
Kamil ATLI
2020-02-20 20:06:32 +03:00
committed by GitHub
71 changed files with 2279 additions and 20 deletions
+902 -7
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
773764cccee3ff008c92deb0179801f4df877974
88ca5e9ebcfb7425ebb0ada10a06c3babf5d2d73
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d39100d7fb06c43b9bf5c5b1b42b3bbbedadc9bd
15917b19d1d93d628adca8a7681339a769928195
@@ -0,0 +1,15 @@
#!/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 pisitools
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-contextlib2</Name>
<Homepage>https://github.com/jazzband/contextlib2</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>PSF</License>
<IsA>library</IsA>
<Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
<Description>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version.</Description>
<Archive sha1sum="a5e2dfbc95b83b68ad4bb87ddd96a3659acd948b" type="targz">https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-contextlib2</Name>
<Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/python-contextlib2</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>0.6.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>python-contextlib2</Name>
<Summary xml:lang="tr">contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar.</Summary>
<Description xml:lang="tr">python-contextlib2, contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar.</Description>
</Source>
</PISI>
@@ -5,9 +5,11 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dodoc("LICENSE*")
@@ -8,12 +8,12 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<PartOf>programming.language.python</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
<Description>Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.</Description>
<Archive sha1sum="7ca7e073f13574f51ddcfa3cc1a2e5789e895d9b" type="targz">https://github.com/kjd/idna/archive/v2.8.tar.gz</Archive>
<Archive sha1sum="73e1a86eec12deb9b106f93f8aea5c44235fbf75" type="targz">https://github.com/kjd/idna/archive/v2.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -30,6 +30,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-02-18</Date>
<Version>2.9</Version>
<Comment>Version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2019-12-24</Date>
<Version>2.8</Version>
@@ -52,4 +59,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">IDNA protokolünü desktekleyen python kitaplığıdır.</Summary>
<Description xml:lang="tr">RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar.</Description>
</Source>
</PISI>
</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","1.5.0")
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-importlib_metadata</Name>
<Homepage>https://gitlab.com/python-devs/importlib_metadata</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>importlib_metadata is a library to access the metadata for a Python package.</Summary>
<Description>importlib_metadata is a library to access the metadata for a Python package.</Description>
<Archive sha1sum="c528755976000d57f741a97fb930f9dd6a6bc979" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.5.0/importlib_metadata-v1.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-importlib_metadata</Name>
<Summary>Python development support library (note: maintenance only)</Summary>
<RuntimeDependencies>
<Dependency>python-configparser</Dependency>
<Dependency>python-contextlib2</Dependency>
<Dependency>python-pathlib2</Dependency>
<Dependency>python-zipp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-importlib_metadata</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>1.5.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>python-importlib_metadata</Name>
<Summary xml:lang="tr">Python paketlerinin metaverisine erişmek için python kitaplığı</Summary>
<Description xml:lang="tr">python-importlib_metadata, Python paketlerinin metaverisine erişmek için python kitaplığı sağlar.</Description>
</Source>
</PISI>
@@ -0,0 +1,15 @@
#!/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 pisitools
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-pathlib2</Name>
<Homepage>https://github.com/mcmtroffaes/pathlib2</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Fork of pathlib aiming to support the full stdlib Python API.</Summary>
<Description>Backport of pathlib aiming to support the full stdlib Python API. As of January 1 2020, this repository will no longer receive any further updates, as Python 2 is no longer supported.</Description>
<Archive sha1sum="8b1bba0ba13d90b363f3b008d2646761ba5250ab" type="targz">https://github.com/mcmtroffaes/pathlib2/archive/2.3.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-pathlib2</Name>
<Summary>Fork of pathlib aiming to support the full stdlib Python API.</Summary>
<RuntimeDependencies>
<Dependency>python-scandir</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python-pathlib2</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>2.3.5</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>python-pathlib2</Name>
<Summary xml:lang="tr">Python API standart kitaplığındaki pathlib çatalı.</Summary>
<Description xml:lang="tr">python-pathlib2, Python API standart kitaplığındaki pathlib çatalıdır ve geriye dönüklüğü sağlar.</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","0.13.1")
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-pluggy</Name>
<Homepage>https://github.com/pytest-dev/pluggy</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A minimalist production ready plugin system</Summary>
<Description>pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytests default behaviour.</Description>
<Archive sha1sum="936d34f0934d6febccd8d4eae054dbbaae83fc2e" type="targz">https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-pluggy</Name>
<Summary>A minimalist production ready plugin system</Summary>
<RuntimeDependencies>
<Dependency>python-importlib_metadata</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-pluggy</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.13.1</Version>
<Comment>First 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>python-pluggy</Name>
<Summary xml:lang="tr">Minimalist bir hazır üretim eklenti sistemi.</Summary>
<Description xml:lang="tr">python-pluggy, minimalist bir hazır üretim eklenti sistemi içerir.</Description>
</Source>
</PISI>
@@ -0,0 +1,17 @@
#!/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
from pisi.actionsapi import pisitools
def build():
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared")
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-scandir</Name>
<Homepage>https://github.com/benhoyt/scandir</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib.</Summary>
<Description>scandir() is a directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name.</Description>
<Archive sha1sum="c48586118943adc8ca829b406c5697417b7a45b4" type="targz">https://github.com/benhoyt/scandir/archive/v1.10.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-scandir</Name>
<Summary>Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib.</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/python-scandir</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>1.10.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>python-scandir</Name>
<Summary xml:lang="tr">Standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü.</Summary>
<Description xml:lang="tr">python-scandir, standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü sağlar.</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","3.0.0")
def build():
pythonmodules.compile()
def install():
pythonmodules.install()
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-zipp</Name>
<Homepage>https://github.com/jaraco/zipp</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
<Description>A pathlib-compatible Zipfile object wrapper. A backport of the Path object.</Description>
<Archive sha1sum="1cfe052ce5d08757a8e1e1fbba11595c838a2a86" type="targz">https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-zipp</Name>
<Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/python-zipp</Path>
<Path fileType="library">/usr/lib/python2*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-02-18</Date>
<Version>3.0.0</Version>
<Comment>Ver. bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-17</Date>
<Version>2.2.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-zipp</Name>
<Summary xml:lang="tr">pathlib-uyumlu ZipDosyası sarmalayıcı python modülü</Summary>
<Description xml:lang="tr">python-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar.</Description>
</Source>
</PISI>
@@ -0,0 +1,18 @@
#!/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
from pisi.actionsapi import get
def build():
pythonmodules.compile(pyVer="3")
def check():
shelltools.system("PYTHONPATH=build:%s/python-atomicwrites-1.3.0/build/lib py.test" % get.workDIR())
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-atomicwrites</Name>
<Homepage>https://github.com/untitaker/python-atomicwrites</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Powerful Python library for atomic file writes.</Summary>
<Description>python3-atomicwrites provides powerful Python library for atomic file writes.</Description>
<Archive sha1sum="a79788bc16877d4221b9b76fc339650c653f55e6" type="targz">https://github.com/untitaker/python-atomicwrites/archive/1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<!-- check dependency -->
<Dependency>python3-pytest</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-atomicwrites</Name>
<Summary>Powerful Python library for atomic file writes.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-atomicwrites</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>1.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-atomicwrites</Name>
<Summary xml:lang="tr">Atomik dosya yazma için çok güçlü python kitaplığı.</Summary>
<Description xml:lang="tr">python3-atomicwrites, atomik dosya yazma için çok güçlü python kitaplığı sunar.</Description>
</Source>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 wrapper for cairo graphics library</Summary>
<Description>Pycairo is set of Python3 bindings for the cairo graphics library.</Description>
<Archive sha1sum="8810dc6f08fbf3cef5d8373abda072dd264c1a9a" type="targz">https://github.com/pygobject/pycairo/archive/v1.19.0.tar.gz</Archive>
<Archive sha1sum="91217438fd86b0c4b9a0011c17a4002350d0629c" type="targz">https://github.com/pygobject/pycairo/archive/v1.19.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.1">python3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="9">
<Date>2020-02-18</Date>
<Version>1.19.1</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="8">
<Date>2020-01-29</Date>
<Version>1.19.0</Version>
@@ -0,0 +1,15 @@
#!/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 pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-contextlib2</Name>
<Homepage>https://github.com/jazzband/contextlib2</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>PSF</License>
<IsA>library</IsA>
<Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
<Description>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version.</Description>
<Archive sha1sum="a5e2dfbc95b83b68ad4bb87ddd96a3659acd948b" type="targz">https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-contextlib2</Name>
<Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-contextlib2</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>0.6.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-contextlib2</Name>
<Summary xml:lang="tr">contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar.</Summary>
<Description xml:lang="tr">python-contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar.</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
def build():
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.8.1")
pythonmodules.compile(pyVer="3")
def install():
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.8.1")
pythonmodules.install(pyVer="3")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM 'http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
<PISI>
<Source>
<Name>python3-dateutil</Name>
<Homepage>https://github.com/dateutil/dateutil</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>python3-dateutil provides powerful extensions to datetime</Summary>
<Description>The dateutil module provides powerful extensions to the standard datetime module, available in Python.</Description>
<Archive sha1sum="118108d2a3e67dfe4a0cced7ab904b6c70539f53" type="targz">https://github.com/dateutil/dateutil/archive/2.8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-dateutil</Name>
<Summary>python3-dateutil provides powerful extensions to datetime</Summary>
<RuntimeDependencies>
<Dependency>python3-six</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-dateutil</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-24</Date>
<Version>2.8.1</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-dateutil</Name>
<Summary xml:lang="tr">Python3 datetime için güçlü genişletmeler içeren python3 modülü</Summary>
<Description xml:lang="tr">python3-dateutil, Python3 standart datetime modülüne gelişmiş, güçlü ek özellikler katan genişleme 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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-gravatar</Name>
<Homepage>https://github.com/zzzsochi/Flask-Gravatar/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Small and simple gravatar usage in Flask.</Summary>
<Description>python3-flask-gravatar provides small and simple integration gravatar into flask.</Description>
<Archive sha1sum="55f179fbcad3c53c4139154c193b7637b1dd322f" type="targz">https://github.com/zzzsochi/Flask-Gravatar/archive/v0.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-gravatar</Name>
<Summary>Small and simple gravatar usage in Flask.</Summary>
<RuntimeDependencies>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-gravatar</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>0.5.0</Version>
<Comment>First 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-flask-gravatar</Name>
<Summary xml:lang="tr">Flask için küçük ve basit gravatar kullanımı.</Summary>
<Description xml:lang="tr">python3-flask-gravatar, flask için küçük ve basit gravatar kullanımı sağlar.</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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-login</Name>
<Homepage>https://github.com/maxcountryman/flask-login/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Flask user session management.</Summary>
<Description>Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time..</Description>
<Archive sha1sum="8b30ce1c3210bd204b8a415e9c4138525e7fc8e5" type="targz">https://github.com/maxcountryman/flask-login/archive/0.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-login</Name>
<Summary>Flask user session management.</Summary>
<RuntimeDependencies>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-login</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>0.5.0</Version>
<Comment>First 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-flask-login</Name>
<Summary xml:lang="tr">Flask için kullanıcı oturumu yönetimi.</Summary>
<Description xml:lang="tr">python3-flask-login, flask için kullanıcı oturumu yönetimi kitaplığı sağlar.</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,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-mail</Name>
<Homepage>https://github.com/mattupstate/flask-mail</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Flask-Mail adds SMTP mail sending to your Flask applications.</Summary>
<Description>Flask-Mail is a Flask extension providing simple email sending capabilities.</Description>
<Archive sha1sum="219753f06a9e0aa1807bdd7d42456c3c65d367d3" type="targz">https://github.com/mattupstate/flask-mail/archive/0.9.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-mail</Name>
<Summary>Flask-Mail adds SMTP mail sending to your Flask applications.</Summary>
<RuntimeDependencies>
<Dependency>python3-blinker</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-mail</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>0.9.1</Version>
<Comment>First 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-flask-mail</Name>
<Summary xml:lang="tr">Flask uygulamalarınız için SMTP posta uygulaması.</Summary>
<Description xml:lang="tr">python3-flask-login, flask uygulamalarınız için SMTP posta uygulaması kitaplığı sağlar.</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,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-paranoid</Name>
<Homepage>https://github.com/miguelgrinberg/flask-paranoid/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Simple user session protection.</Summary>
<Description>python3-flask-paranoid provides simple user session protection.</Description>
<Archive sha1sum="2e703dadbedc02287371be3a915df67390c5a390" type="targz">https://github.com/miguelgrinberg/flask-paranoid/archive/v0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-paranoid</Name>
<Summary>Simple user session protection.</Summary>
<RuntimeDependencies>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-paranoid</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-17</Date>
<Version>0.2</Version>
<Comment>First 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-flask-paranoid</Name>
<Summary xml:lang="tr">Basit kullanıcı oturumu koruması.</Summary>
<Description xml:lang="tr">python3-flask-paranoid, flask uygulamalarınız basit kullanıcı oturumu koruması kitaplığı sağlar.</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,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-principal</Name>
<Homepage>https://github.com/mattupstate/flask-principal</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Identity management for Flask applications.</Summary>
<Description>python3-flask-principal provides identity management for Flask applications.</Description>
<Archive sha1sum="a574f5580aa3dcad49637fe8d222e7d416f648de" type="targz">https://github.com/mattupstate/flask-principal/archive/0.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-principal</Name>
<Summary>Identity management for Flask applications.</Summary>
<RuntimeDependencies>
<Dependency>python3-blinker</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-principal</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.4.0</Version>
<Comment>First 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-flask-principal</Name>
<Summary xml:lang="tr">Flask uygulamaları için kimlik yönetim sistemi.</Summary>
<Description xml:lang="tr">python3-flask-principal, flask uygulamalarınız için kimlik yönetim sistemi sağlar.</Description>
</Source>
</PISI>
@@ -0,0 +1,15 @@
#!/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 pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-flask-sqlalchemy</Name>
<Homepage>https://github.com/pallets/flask-sqlalchemy</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>Adds SQLAlchemy support to Flask.</Summary>
<Description>Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks.</Description>
<Archive sha1sum="9ae3fc4cd5328745df42329fe3267474fbef6e12" type="targz">https://github.com/pallets/flask-sqlalchemy/archive/2.4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-flask-sqlalchemy</Name>
<Summary>Adds SQLAlchemy support to Flask.</Summary>
<RuntimeDependencies>
<Dependency>python3-sqlalchemy</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-flask-sqlalchemy</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>2.4.1</Version>
<Comment>First 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-flask-sqlalchemy</Name>
<Summary xml:lang="tr">Flask uygulamanıza SQLAlchemy desteği ekler.</Summary>
<Description xml:lang="tr">python3-flask-sqlalchemy, flask uygulamalarınıza SQLAlchemy desteği ekler.</Description>
</Source>
</PISI>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Chromium HSTS Preload list as a Python package and updated daily.</Summary>
<Description>Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS.</Description>
<Archive sha1sum="bba626a2d72557960f1d9aa4c2c4f54abe4b347e" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.2.5.tar.gz</Archive>
<Archive sha1sum="447d6d4d556b2a4bd102a0a22e5e8860b3470bbf" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.2.15.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-02-18</Date>
<Version>2020.2.15</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-02-06</Date>
<Version>2020.2.5</Version>
@@ -8,11 +8,12 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
<Description>Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.</Description>
<Archive sha1sum="7ca7e073f13574f51ddcfa3cc1a2e5789e895d9b" type="targz">https://github.com/kjd/idna/archive/v2.8.tar.gz</Archive>
<Archive sha1sum="73e1a86eec12deb9b106f93f8aea5c44235fbf75" type="targz">https://github.com/kjd/idna/archive/v2.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -32,6 +33,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-02-18</Date>
<Version>2.9</Version>
<Comment>Version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2019-12-24</Date>
<Version>2.8</Version>
@@ -54,4 +62,4 @@
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">IDNA protokolünü desktekleyen python kitaplığıdır.</Summary>
<Description xml:lang="tr">RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar.</Description>
</Source>
</PISI>
</PISI>
@@ -0,0 +1,15 @@
#!/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 pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pallets-sphinx-themes</Name>
<Homepage>https://github.com/pallets/pallets-sphinx-themes</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>Sphinx themes for Pallets and related projects.</Summary>
<Description>python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects.</Description>
<Archive sha1sum="c6a00bfdbd30041f7af74f31b5e31626754b1f8b" type="targz">https://github.com/pallets/pallets-sphinx-themes/archive/1.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pallets-sphinx-themes</Name>
<Summary>Sphinx themes for Pallets and related projects.</Summary>
<RuntimeDependencies>
<Dependency>python3-importlib_metadata</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pallets-sphinx-themes</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>1.2.3</Version>
<Comment>First 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-pallets-sphinx-themes</Name>
<Summary xml:lang="tr">Pallets ve benzeri projeler için sphinx teması.</Summary>
<Description xml:lang="tr">python3-pallets-sphinx-themes, pallets ve benzeri projeler için sphinx teması sağlar.</Description>
</Source>
</PISI>
@@ -0,0 +1,17 @@
#!/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
from pisi.actionsapi import pisitools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.3.5")
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pytest</Name>
<Homepage>https://pytest.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Simple powerful testing with Python</Summary>
<Description>The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.</Description>
<Archive sha1sum="ffb59c3432bb2a6c0a43642c3aa8b7aa1f30c4af" type="targz">https://github.com/pytest-dev/pytest/archive/5.3.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-six</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pytest</Name>
<Summary>Simple powerful testing with Python</Summary>
<RuntimeDependencies>
<Dependency>python3-more-itertools</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-packaging</Dependency>
<Dependency>python3-wcwidth</Dependency>
<Dependency>python3-pluggy</Dependency>
<Dependency>python3-attrs</Dependency>
<Dependency>python3-py</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin/pytest</Path>
<Path fileType="executable">/usr/bin/py.test</Path>
<Path fileType="doc">/usr/share/doc/python3-pytest</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-13</Date>
<Version>5.3.5</Version>
<Comment>First 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-pytest</Name>
<Summary xml:lang="tr">Basit ve güçlü python3 için test modülü.</Summary>
<Description xml:lang="tr">python3-pytest, python3 için güçlü ve basit test modülü içerir.</Description>
</Source>
</PISI>
@@ -5,6 +5,9 @@
# 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","3.5.0")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 setuptools-scm module</Summary>
<Description>Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file.</Description>
<Archive sha1sum="0be83815235151e5dbaec95c42b9705a387f11cd" type="targz">https://files.pythonhosted.org/packages/fe/bd/bc2fe0b14ce234bb5e2af5f3b574c5a8ef1b7845bfa41e7cf69a78627ec8/setuptools_scm-3.4.3.tar.gz</Archive>
<Archive sha1sum="9f98635858ccecbc9332fd0efcf9153544b101bd" type="targz">https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-02-18</Date>
<Version>3.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-01-23</Date>
<Version>3.4.3</Version>
@@ -0,0 +1,20 @@
#!/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
from pisi.actionsapi import get
def build():
# fıx unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
pythonmodules.compile(pyVer="3")
#def check():
# pythonmodules.run("setup.py pytest", pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-sqlalchemy</Name>
<Homepage>https://www.sqlalchemy.org/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>The Python SQL Toolkit and Object Relational Mapper</Summary>
<Description>SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.</Description>
<Archive sha1sum="320ef8780bc92443bcf5dedf7609174865bbe66d" type="targz">https://files.pythonhosted.org/packages/af/47/35edeb0f86c0b44934c05d961c893e223ef27e79e1f53b5e6f14820ff553/SQLAlchemy-1.3.13.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-sqlalchemy</Name>
<Summary>The Python SQL Toolkit and Object Relational Mapper</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-01-23</Date>
<Version>1.3.13</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-12-08</Date>
<Version>1.3.11</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-sqlalchemy</Name>
<Summary xml:lang="tr">Python SQL Araç Kiti ve İlişkisel Nesne Haritalandırıcısı</Summary>
<Description xml:lang="tr">SQLAlchemy, geliştiricisine SQL'in tüm güç ve esnekliğini verebilen, python sql araç kiti ve ilişkisel nesne haritalandırıcısı sunan bir python modülüdür.</Description>
</Source>
</PISI>
@@ -0,0 +1,15 @@
#!/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 pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-wcwidth</Name>
<Homepage>https://github.com/jquast/wcwidth</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
<Description>Python library that measures the width of unicode strings rendered to a terminal</Description>
<Archive sha1sum="389c38ed2583577e9bf8835a793bf2e7b1dceba8" type="targz">https://github.com/jquast/wcwidth/archive/0.1.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-wcwidth</Name>
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-wcwidth</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.1.8</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-wcwidth</Name>
<Summary xml:lang="tr">Terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı.</Summary>
<Description xml:lang="tr">python3-wcwidth, terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı sunar.</Description>
</Source>
</PISI>
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Youtube Video Downloader</Summary>
<Description>Youtube Video Downloader</Description>
<Archive sha1sum="6fabf10bf9020946003eac3134c9a8bf30f11053" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.01.24.tar.gz</Archive>
<Archive sha1sum="f9ea65cf619f5142ba9d3673a2eea4e14f7d45af" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.02.16.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -39,6 +39,13 @@
</Files>
</Package>
<History>
<Update release="15">
<Date>2020-02-18</Date>
<Version>2020.02.16</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="14">
<Date>2020-02-12</Date>
<Version>2020.01.24</Version>