@@ -4,11 +4,11 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
def setup():
|
||||
qt5.configure(parameters="PREFIX=/usr")
|
||||
@@ -19,4 +19,4 @@ def build():
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("CREDITS", "INSTALL", "ChangeLog", "COPYING", "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>hexalate</Name>
|
||||
@@ -8,11 +8,12 @@
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>game.logic</PartOf>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Hexalate is a color matching game.</Summary>
|
||||
<Description>The goal of the game is to rotate and position the circles so that each touching line matches in color. You rotate circles by right clicking, and you move circles by dragging them. The game stores the positions and rotations of the circles across runs.</Description>
|
||||
<Archive sha1sum="f50b81fcbca8fa46733dc45af8be99de502305f4" type="tarbz2">https://gottcode.org/hexalate/hexalate-1.1.4-src.tar.bz2</Archive>
|
||||
<Archive sha1sum="a06cb631a0658bfd6e8cb314ade616dd800f5551" type="tarbz2">https://gottcode.org/hexalate/hexalate-1.1.5-src.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
@@ -21,22 +22,30 @@
|
||||
|
||||
<Package>
|
||||
<Name>hexalate</Name>
|
||||
<Summary>Hexalate is a color matching game.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor</Path>
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.1.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-09-14</Date>
|
||||
<Version>1.1.4</Version>
|
||||
@@ -52,4 +61,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>hexalate</Name>
|
||||
<Summary xml:lang="tr">Hexalate is a color matching game.</Summary>
|
||||
<Description xml:lang="tr">The goal of the game is to rotate and position the circles so that each touching line matches in color. You rotate circles by right clicking, and you move circles by dragging them. The game stores the positions and rotations of the circles across runs.</Description>
|
||||
<Summary xml:lang="tr">Hexalate renk eşleştirme oyunudur.</Summary>
|
||||
<Description xml:lang="tr">Hexalate bir mantık oyunudur. Oyundaki amaç, daireleri döndürerek birbirine değen noktalardaki renklerin eşleşmesini sağlamaktır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Google's data interchange format</Summary>
|
||||
<Description>Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.</Description>
|
||||
<Archive sha1sum="65deb27c67346345f9b3b9606400e793b8ae120d" type="targz">https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-all-3.11.2.tar.gz</Archive>
|
||||
<Archive sha1sum="1f72ae68b34a755938ab8444f87eaf454cff90c8" type="targz">https://github.com/protocolbuffers/protobuf/archive/v3.11.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
@@ -54,6 +54,7 @@
|
||||
<Summary>Python 2 bindings for Google Protocol Buffers</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">protobuf-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
@@ -65,6 +66,7 @@
|
||||
<Summary>Python 3 bindings for Google Protocol Buffers</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">protobuf-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -73,6 +75,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-01-12</Date>
|
||||
<Version>3.11.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-01-24</Date>
|
||||
<Version>3.11.2</Version>
|
||||
|
||||
+891
-184
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
b034a562da3c07f45b900579df052e3e2e2d6718
|
||||
a31d18df0293517201954d5140078a7a30677bc3
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
387d617945ec504cf59ad6ca419a3eb8c4796a40
|
||||
47acba14ff5f1c8527679fd6eb73325c68a5bec9
|
||||
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-File-Slurper</Name>
|
||||
<Homepage>https://metacpan.org/release/File-Slurper</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Perlv5</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A simple, sane and efficient module to slurp a file</Summary>
|
||||
<Description>perl-File-Slurper, provides a simple, sane and efficient module to slurp a file.</Description>
|
||||
<Archive sha1sum="9bae724ae9f9e9f79522186564b4cbe2697d1709" type="targz">https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-0.012.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<!-- test dependencies -->
|
||||
<Dependency>perl-Test-Warnings</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-File-Slurper</Name>
|
||||
<Summary>A simple, sane and efficient module to slurp a file</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.012</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>perl-File-Slurper</Name>
|
||||
<Summary xml:lang="tr">Bir dosyayı indirmek için iyi ve verimli bir perl modülüdür.</Summary>
|
||||
<Description xml:lang="tr">perl-File-Slurper Bir dosyayı indirmek için iyi ve verimli bir perl modülü sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -8,8 +8,8 @@
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>PerlArtistic GPL</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>PerlArtistic GPL</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>HTML to text conversion with links as footnotes.</Summary>
|
||||
<Description>HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes.</Description>
|
||||
@@ -17,9 +17,8 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-HTML-Format</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-HTML-Formatter</Dependency>
|
||||
<!-- test dependencies -->
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
@@ -32,9 +31,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-HTML-Format</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -44,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>0.15</Version>
|
||||
<Comment>Fix deps.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.15</Version>
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "README")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-HTML-Formatter</Name>
|
||||
<Homepage>https://metacpan.org/release/HTML-Formatter</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Perl module that format HTML as plaintext, RTF and PostScript</Summary>
|
||||
<Description>perl-HTML-Format is a Perl module that formats HTML as plaintext, RTF and PostScript.</Description>
|
||||
<Archive sha1sum="9c73d2de17d3a79212abc4c9b8c44b40802190a1" type="targz">https://cpan.metacpan.org/authors/id/N/NI/NIGELM/HTML-Formatter-2.16.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-File-Slurper</Dependency>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl-Font-AFM</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<!-- test dependencies -->
|
||||
<Dependency>perl-Test-Warnings</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-HTML-Formatter</Name>
|
||||
<Summary>A Perl module that format HTML as plaintext, RTF and PostScript</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl-HTML-Tree</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>2.16</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>perl-HTML-Formatter</Name>
|
||||
<Summary xml:lang="tr">HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür</Summary>
|
||||
<Description xml:lang="tr">perl-HTML-Formatter HTML dosyalarını basit metin, RTF ve PostScript formatlarına biçimlendiren bir Perl modülüdür</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -8,13 +8,13 @@
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>Artistic</License>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A command-line application for reading, writing and editing meta information in image, audio and video files</Summary>
|
||||
<Description>ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files.</Description>
|
||||
<Archive sha1sum="8074827d1468bb4b4a5e0feaf0062bd5aa39af2c" type="targz">https://exiftool.org/Image-ExifTool-11.84.tar.gz</Archive>
|
||||
<Archive sha1sum="e2014f1d3a74206b94773a468019a7bc5ede1728" type="targz">https://exiftool.org/Image-ExifTool-11.86.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -46,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>11.86</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>11.84</Version>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<Summary xml:lang="tr">Görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz bir komut satırı uygulaması</Summary>
|
||||
<Description xml:lang="tr">ExifTool; görüntü, ses ve video dosyalarındaki meta bilgileri okuma, yazma ve düzenleme işlemleri için kullanabileceğiniz platformdan bağımsız bir Perl kütüphanesi ve komut satırı uygulamasıdır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Image-ExifTool-docs</Name>
|
||||
<Summary xml:lang="tr">perl-Image-ExifTool için belgelendirme dosyaları</Summary>
|
||||
|
||||
@@ -28,7 +28,9 @@
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/bin/cygdb-py2</Path>
|
||||
<Path fileType="executable">/usr/bin/cython-py2</Path>
|
||||
<Path fileType="executable">/usr/bin/cythonize-py2</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/cython</Path>
|
||||
</Files>
|
||||
|
||||
@@ -4,12 +4,16 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
# fix unused direct dependency analysis
|
||||
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
|
||||
autotools.make()
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pythonmodules.install()
|
||||
@@ -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>pyparted</Name>
|
||||
@@ -8,32 +8,40 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>GPLv2+</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python bindings for parted</Summary>
|
||||
<Description>pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them.</Description>
|
||||
<Archive sha1sum="02dd30e8d34dbabd6e39d44cd1ae60a60dd6657a" type="targz">https://github.com/rhinstaller/pyparted/archive/v3.11.2.tar.gz</Archive>
|
||||
<Archive sha1sum="4d2d5e0a765422f3b74548e5efb9d62a9259aacc" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.2">parted-devel</Dependency>
|
||||
<Dependency>python-decorator</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency versionFrom="3.2">parted-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pyparted</Name>
|
||||
<Summary>Python bindings for parted</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-decorator</Dependency>
|
||||
<Dependency>parted</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/pyparted</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>3.11.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2019-10-17</Date>
|
||||
<Version>3.11.2</Version>
|
||||
@@ -84,4 +92,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -6,4 +6,4 @@
|
||||
<Description xml:lang="tr">pyparted, GNU Parted uygulamasının python programlama diliyle kullanılabilmesi için gerekli olan kütüphanedir. Bu modülü kullanan programcılar, python ile yeni disk bölümleri ya da dosya sistemleri oluşturabilir, bunları silebilir, yeniden boyutlandırabilir, kontrol edebilir ve kopyalayabilir.</Description>
|
||||
<Description xml:lang="fr">pyparted est un module python permettant d'utiliser le paquet GNU Parted depuis python. À l'aide de ce module, les programmeurs peuvent depuis python détruire, re-dimensionner, vérifier et copier des partitions et les systèmes de fichier présents dessus.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</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()
|
||||
|
||||
def check():
|
||||
shelltools.system("nosetests")
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-blinker</Name>
|
||||
<Homepage>https://github.com/jek/blinker</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 fast Python in-process signal/event dispatching system.</Summary>
|
||||
<Description>Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".</Description>
|
||||
<Archive sha1sum="a0a8e58fed69af62d37b4b9618f270d01b255c31" type="targz">https://github.com/jek/blinker/archive/rel-1.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<!-- check dependencies -->
|
||||
<Dependency>python-nose</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-blinker</Name>
|
||||
<Summary>A fast Python in-process signal/event dispatching system.</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python-blinker</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.4</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-blinker</Name>
|
||||
<Summary xml:lang="tr">Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi</Summary>
|
||||
<Description xml:lang="tr">python-blinker, istekli/ilgili partilerin olay veya sinyallere kaydolmasına izin veren hızlı bir dağıtım dizimi sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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>dbus-python3</Name>
|
||||
@@ -8,34 +8,35 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<License>AFL-2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>D-Bus Python bindings</Summary>
|
||||
<Description>dbus-python provides a Python module which wraps the D-Bus programming API.</Description>
|
||||
<Archive sha1sum="7ccb3c5870d3411439a91e695f5780bf2527ed93" type="targz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.14.tar.gz</Archive>
|
||||
<Archive sha1sum="de05308c75baa2ce5434de73d60428c005ac0cc1" type="targz">https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.16.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">suppress-warnings.patch</Patch>
|
||||
<!--<Patch level="1">suppress-warnings.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dbus-python3</Name>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<Summary>D-Bus Python3 bindings</Summary>
|
||||
<RuntimeDependencies>
|
||||
<!--<Dependency release="current">dbus-python-common</Dependency>--><!--is system.devel package, is not dependency in real -->
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<!--<Dependency release="current">dbus-python-common</Dependency>--><!--is system.devel package, is not dependency in real -->
|
||||
<Dependency>dbus-glib</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
@@ -43,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.2.16</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-01-12</Date>
|
||||
<Version>1.2.14</Version>
|
||||
@@ -86,4 +94,4 @@
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -3,5 +3,6 @@
|
||||
<Source>
|
||||
<Name>dbus-python</Name>
|
||||
<Summary xml:lang="tr">D-Bus için Python bağlayıcıları</Summary>
|
||||
<Description xml:lang="tr">dbus-python, D-Bus için Python bağlayıcılarını içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -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>py3parted</Name>
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2+</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>GPLv2+</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 bindings for parted</Summary>
|
||||
<Description>pyparted is the python module which enables to use GNU Parted package from python. Using python with this module, programmers can create, destroy, resize, check and copy partitions, and the file systems on them.</Description>
|
||||
<Archive sha1sum="68894074faa52615ef1c83ed3062a0536f18f874" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.3.tar.gz</Archive>
|
||||
<Archive sha1sum="4d2d5e0a765422f3b74548e5efb9d62a9259aacc" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.2">parted-devel</Dependency>
|
||||
<Dependency>python3-decorator</Dependency>
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>3.11.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>3.11.3</Version>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pyparted</Name>
|
||||
<Name>py3parted</Name>
|
||||
<Summary xml:lang="tr">Disk bölümleme tablolarını yönetmek için kullanılan parted kütüphanesine erişim sağlayan Python modülü.</Summary>
|
||||
<Description xml:lang="tr">pyparted, GNU Parted uygulamasının python programlama diliyle kullanılabilmesi için gerekli olan kütüphanedir. Bu modülü kullanan programcılar, python ile yeni disk bölümleri ya da dosya sistemleri oluşturabilir, bunları silebilir, yeniden boyutlandırabilir, kontrol edebilir ve kopyalayabilir.</Description>
|
||||
<Description xml:lang="fr">pyparted est un module python permettant d'utiliser le paquet GNU Parted depuis python. À l'aide de ce module, les programmeurs peuvent depuis python détruire, re-dimensionner, vérifier et copier des partitions et les systèmes de fichier présents dessus.</Description>
|
||||
|
||||
@@ -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("nosetests3")
|
||||
|
||||
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-blinker</Name>
|
||||
<Homepage>https://github.com/jek/blinker</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 fast Python in-process signal/event dispatching system.</Summary>
|
||||
<Description>Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".</Description>
|
||||
<Archive sha1sum="a0a8e58fed69af62d37b4b9618f270d01b255c31" type="targz">https://github.com/jek/blinker/archive/rel-1.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<!-- check dependencies -->
|
||||
<Dependency>python3-nose</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-blinker</Name>
|
||||
<Summary>A fast Python in-process signal/event dispatching system.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-blinker</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.4</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-blinker</Name>
|
||||
<Summary xml:lang="tr">Python için hızlı bir proses-içi sinyal/olay dağıtım dizimi</Summary>
|
||||
<Description xml:lang="tr">python3-blinker, istekli/ilgili partilerin olay veya sinyallere kaydolmasına izin veren hızlı bir dağıtım dizimi sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -8,15 +8,15 @@
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
|
||||
<Description>This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm.</Description>
|
||||
<Archive sha1sum="532f288ed51c98c03f0213604d3efe99286f09bc" type="targz">https://github.com/python-hyper/hyper-h2/archive/v3.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="131f4a62abcb42ec27d140e8e24c0427520c5e3d" type="targz">https://github.com/python-hyper/hyper-h2/archive/v3.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,18 +24,25 @@
|
||||
<Name>python3-h2</Name>
|
||||
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-hpack</Dependency>
|
||||
<Dependency>python3-hyperframe</Dependency>
|
||||
<Dependency>python3-hpack</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-h2</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>3.2.0</Version>
|
||||
<Comment>Ver. bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>3.1.1</Version>
|
||||
|
||||
@@ -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(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-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.python3</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>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-importlib_metadata</Name>
|
||||
<Summary>Python development support library (note: maintenance only)</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-zipp</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-importlib_metadata</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-12</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>python3-importlib_metadata</Name>
|
||||
<Summary xml:lang="tr">Python paketlerinin metaverisine erişmek için python kitaplığı</Summary>
|
||||
<Description xml:lang="tr">python3-importlib_metadata, Python paketlerinin metaverisine erişmek için python kitaplığı 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
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
#def check():
|
||||
# shelltools.system("nosetests3")
|
||||
|
||||
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-more-itertools</Name>
|
||||
<Homepage>https://github.com/erikrose/more-itertools</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>More routines for operating on iterables, beyond itertools.</Summary>
|
||||
<Description>Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables.</Description>
|
||||
<Archive sha1sum="1cdacb51669fdef79b82e88236a7e588720e1e92" type="targz">https://github.com/erikrose/more-itertools/archive/v8.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-more-itertools</Name>
|
||||
<Summary>More routines for operating on iterables, beyond itertools.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-more-itertools</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>8.2.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-more-itertools</Name>
|
||||
<Summary xml:lang="tr">itertools'un ötesinde, itertablolarıyla çalısmak için yeni rutinler</Summary>
|
||||
<Description xml:lang="tr">python3-more-itertools, itertools'un ötesinde, itertablolarıyla çalısmak için yeni rutinler sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -10,4 +10,4 @@ def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pythonmodules.install(pyVer="3")
|
||||
@@ -8,15 +8,15 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>An audio tag editing library</Summary>
|
||||
<Description>Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.</Description>
|
||||
<Archive sha1sum="c776edaf11779426ce643def4c6e858ab00feff3" type="targz">https://github.com/quodlibet/mutagen/archive/release-1.43.0.tar.gz</Archive>
|
||||
<Archive sha1sum="2b9f67faf847aec77506e258940906ad6e18d3cf" type="targz">https://github.com/quodlibet/mutagen/archive/release-1.44.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.44.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-12-24</Date>
|
||||
<Version>1.43.0</Version>
|
||||
@@ -53,4 +60,4 @@
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</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.8.1")
|
||||
|
||||
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-py</Name>
|
||||
<Homepage>https://github.com/pytest-dev/py</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python development support library (note: maintenance only)</Summary>
|
||||
<Description>The python3-py lib is a Python development support library.</Description>
|
||||
<Archive sha1sum="e33b5c28b6ecb74196d46be299de4b403705a1de" type="targz">https://github.com/pytest-dev/py/archive/1.8.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-py</Name>
|
||||
<Summary>Python development support library (note: maintenance only)</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-py</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>1.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-py</Name>
|
||||
<Summary xml:lang="tr">Python geliştirme destek kitaplığı</Summary>
|
||||
<Description xml:lang="tr">python3-py kitaplığı python geliştirmek icin destek kitaplığı sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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>python3-sphinx</Name>
|
||||
@@ -8,13 +8,13 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary>
|
||||
<Description>It's a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
|
||||
<Archive sha1sum="7b895f83397829abbc1f7866c7adbd21bf8dfac2" type="targz">https://files.pythonhosted.org/packages/d3/32/96bbaccabdb6d0d1cec1067d71bd50cd18e93aed18216eafbe2afb85ac2d/Sphinx-2.3.1.tar.gz</Archive>
|
||||
<Archive sha1sum="8532c7e946acfca5654d39f588c9e7e085e8e70c" type="targz">https://github.com/sphinx-doc/sphinx/archive/v2.4.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>python3-sphinx</Name>
|
||||
<Summary>Python documentation generator. It can generate HTML or Latex outputs</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-sphinxcontrib-serializinghtml</Dependency>
|
||||
<Dependency>python3-sphinxcontrib-websupport</Dependency>
|
||||
@@ -67,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>2.4.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2019-12-30</Date>
|
||||
<Version>2.3.1</Version>
|
||||
@@ -89,4 +97,4 @@
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -11,4 +11,4 @@
|
||||
<Summary xml:lang="tr">python3-sphinx için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-sphinx-docs, python3-sphinx için belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Youtube Video Downloader</Summary>
|
||||
<Description>Youtube Video Downloader</Description>
|
||||
<Archive sha1sum="a0fcb6952b789c1f0866ca9a738ecd65c02888d5" type="targz">https://yt-dl.org/downloads/latest/youtube-dl-2020.01.15.tar.gz</Archive>
|
||||
<Archive sha1sum="6fabf10bf9020946003eac3134c9a8bf30f11053" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.01.24.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="14">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>2020.01.24</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2020-01-23</Date>
|
||||
<Version>2020.01.15</Version>
|
||||
|
||||
@@ -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","2.2.0")
|
||||
|
||||
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-zipp</Name>
|
||||
<Homepage>https://github.com/jaraco/zipp</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 pathlib-compatible Zipfile object wrapper.</Summary>
|
||||
<Description>A pathlib-compatible Zipfile object wrapper. A backport of the Path object.</Description>
|
||||
<Archive sha1sum="dfbf2ff912450b9addc213de18f3d2bf3a37df6a" type="targz">https://github.com/jaraco/zipp/archive/v2.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-zipp</Name>
|
||||
<Summary>Python development support library (note: maintenance only)</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-zipp</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>2.2.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-zipp</Name>
|
||||
<Summary xml:lang="tr">pathlib-uyumlu ZipDosyası sarmalayıcı python modülü</Summary>
|
||||
<Description xml:lang="tr">python3-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user