@@ -22,4 +22,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "README*")
|
||||
pisitools.dodoc("Changes", "README*")
|
||||
@@ -1,19 +1,19 @@
|
||||
<?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>perl-File-Slurp</Name>
|
||||
<Homepage>http://search.cpan.org/dist/File-Slurp/</Homepage>
|
||||
<Homepage>https://metacpan.org/release/File-Slurp</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Perl module that is efficient in reading/writing of Complete Files</Summary>
|
||||
<Description>Efficient Reading/Writing of Complete Files. It provides subroutines to read or write entire files with as simple call.</Description>
|
||||
<Archive sha1sum="ef02cd3a260d25e4dc195342881fa5d2e456629d" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.29.tar.gz</Archive>
|
||||
<Archive sha1sum="bcfecfef13716e14503d73b0a447c27537a4357f" type="targz">https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.30.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>9999.30</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>9999.29</Version>
|
||||
@@ -55,4 +62,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Complete dosyalarını verimli bir şekilde yazma/okuma olanağı</Summary>
|
||||
<Description xml:lang="tr">perl-File-Slurp Complete dosyalarını verimli bir şekilde yazma/okuma olanağı sunan bir Perl modülüdür.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -14,7 +14,7 @@
|
||||
<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="e2014f1d3a74206b94773a468019a7bc5ede1728" type="targz">https://exiftool.org/Image-ExifTool-11.86.tar.gz</Archive>
|
||||
<Archive sha1sum="82337f825fa58ea4bf575d27275c262fb54a1f89" type="targz">https://exiftool.org/Image-ExifTool-11.91.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -46,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>11.91</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>11.86</Version>
|
||||
@@ -89,4 +96,4 @@
|
||||
<Email>vedat@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python composable command line interface toolkit</Summary>
|
||||
<Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.</Description>
|
||||
<Archive sha1sum="eb9ce201c761b44c86a22b6dccad0aabb513fb4a" type="targz">https://github.com/pallets/click/archive/7.0.tar.gz</Archive>
|
||||
<Archive sha1sum="8d906f756ba7cc44271de41f6fa079e6f9b710fc" type="targz">https://github.com/pallets/click/archive/7.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
@@ -24,12 +24,19 @@
|
||||
<Name>python-click</Name>
|
||||
<Summary>Python composable command line interface toolkit</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-click</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>7.1.1</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-02-15</Date>
|
||||
<Version>7.0</Version>
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.</Summary>
|
||||
<Description>python-enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. tested on 2.6, 2.7, and 3.3+</Description>
|
||||
<Archive sha1sum="03b0b6ee5d046013dcd55f60a7433250e5b2cc61" type="targz">https://bitbucket.org/stoneleaf/enum34/get/1.1.9.tar.gz</Archive>
|
||||
<Archive sha1sum="e8dc197e852fd88feb1ebef61350ae75ea6126e9" type="targz">https://bitbucket.org/stoneleaf/enum34/get/1.1.10.tar.gz</Archive>
|
||||
<!--<Archive sha1sum="ee0e879d9542a3328b7e1ddb6c538c924c9eefd7" type="targz">https://files.pythonhosted.org/packages/11/c4/2da1f4952ba476677a42f25cd32ab8aaf0e1c0d0e00b89822b835c7e654c/enum34-1.1.10.tar.gz</Archive>-->
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -24,12 +25,19 @@
|
||||
<Name>python-enum34</Name>
|
||||
<Summary>The enum module from Python3.4 backported from 3.3 - 2.4</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>1.1.10</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>1.1.9</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Core utilities for Python packages</Summary>
|
||||
<Description>Core utilities for Python packages</Description>
|
||||
<Archive sha1sum="14f60518ca7e4168f64fb3d652591c63ee8c8ca1" type="targz">https://github.com/pypa/packaging/archive/20.1.tar.gz</Archive>
|
||||
<Archive sha1sum="27f7a52888a4f6671d6539f010d77e84ed6c80b1" type="targz">https://github.com/pypa/packaging/archive/20.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -24,12 +24,19 @@
|
||||
<Name>python-packaging</Name>
|
||||
<Summary>Core utilities for Python packages</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-packaging</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>20.3</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-29</Date>
|
||||
<Version>20.1</Version>
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
@@ -24,4 +24,4 @@ def install():
|
||||
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("COP*", "NEWS", "README*")
|
||||
pisitools.dodoc("COP*", "NEWS", "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>python-pygobject3</Name>
|
||||
@@ -8,55 +8,63 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Glib bindings for Python</Summary>
|
||||
<Description>pygobject is GLib's GObject library bindings for Python.</Description>
|
||||
<Archive sha1sum="637c131fb54ff0633a92d7f4a8a66612398642ff" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.34/pygobject-3.34.0.tar.xz</Archive>
|
||||
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
|
||||
<Description>pygobject is GLib's GObject library bindings for Python3.</Description>
|
||||
<Archive sha1sum="332a0d1915eaf6b1f5609785a01c90725b24f800" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>python-cairo-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-cairo-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-pygobject3</Name>
|
||||
<Summary>python2 için pygobject3</Summary>
|
||||
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
<Dependency>python-cairo</Dependency>
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>python-cairo</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/pygobject</Path>
|
||||
<Path fileType="library">/usr/lib/python2.7</Path>
|
||||
<Path fileType="library">/usr/lib/libpyglib-gi-2.0-python2.7.so*</Path>
|
||||
<Path fileType="library">/usr/lib/python2.7</Path>
|
||||
<Path fileType="data">/usr/share/pygobject</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-pygobject3-devel</Name>
|
||||
<Summary>pygobject development files</Summary>
|
||||
<Summary>Development files for python3-pygobject3</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python-pygobject3</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>3.36.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>3.34.0</Version>
|
||||
@@ -121,4 +129,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,13 +2,14 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-pygobject3</Name>
|
||||
<Summary xml:lang="tr">glib için python bağlayıcıları</Summary>
|
||||
<Summary xml:lang="fr">Bindings (liens) glib pour Python.</Summary>
|
||||
<Summary xml:lang="tr">GLib/GObject/GIO/GTK+ için python bağlayıcıları</Summary>
|
||||
<Summary xml:lang="fr">Bindings (liens) GLib/GObject/GIO/GTK+ pour Python.</Summary>
|
||||
<Description xml:lang="tr">pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-pygobject3-devel</Name>
|
||||
<Summary xml:lang="tr">pygobject geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="tr">python-pygobject3 için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python-pygobject3-devel, python-pygobject3 için geliştirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<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="4d2d5e0a765422f3b74548e5efb9d62a9259aacc" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.4.tar.gz</Archive>
|
||||
<Archive sha1sum="647ae24b857045c0786387983261b588c38ace1c" type="targz">https://github.com/dcantrell/pyparted/archive/v3.11.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.2">parted-devel</Dependency>
|
||||
<Dependency>python3-decorator</Dependency>
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>3.11.6</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>3.11.4</Version>
|
||||
|
||||
@@ -8,15 +8,15 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A syntax highlighting package written in Python</Summary>
|
||||
<Description>python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.</Description>
|
||||
<Archive sha1sum="6d2dc431070cdfe1bb48b7684aadca56b5c522ed" type="targz">https://files.pythonhosted.org/packages/cb/9f/27d4844ac5bf158a33900dbad7985951e2910397998e85712da03ce125f0/Pygments-2.5.2.tar.gz</Archive>
|
||||
<Archive sha1sum="513c99f47a79e94b35f93a8aa3a9ef036462c69c" type="targz">https://github.com/pygments/pygments/archive/2.6.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>2.6.1</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-12-29</Date>
|
||||
<Version>2.5.2</Version>
|
||||
@@ -57,4 +64,4 @@
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -11,4 +11,4 @@
|
||||
<Summary xml:lang="tr">python3-Pygments için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-Pygments-docs, python3-Pygments için belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 composable command line interface toolkit</Summary>
|
||||
<Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.</Description>
|
||||
<Archive sha1sum="eb9ce201c761b44c86a22b6dccad0aabb513fb4a" type="targz">https://github.com/pallets/click/archive/7.0.tar.gz</Archive>
|
||||
<Archive sha1sum="8d906f756ba7cc44271de41f6fa079e6f9b710fc" type="targz">https://github.com/pallets/click/archive/7.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
@@ -27,12 +27,19 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-click</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>7.1.1</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-02-15</Date>
|
||||
<Version>7.0</Version>
|
||||
|
||||
@@ -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(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pythonmodules.install(pyVer="3")
|
||||
pisitools.dodoc("LICENSE*")
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The next generation HTTP client.</Summary>
|
||||
<Description>HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.</Description>
|
||||
<Archive sha1sum="1bef3ce1a9cf0bc0ad86219117abfab94b7a0d0d" type="targz">https://github.com/encode/httpx/archive/0.11.1.tar.gz</Archive>
|
||||
<Archive sha1sum="c0b4ded45e329d407806b5c5b32c04054f961686" type="targz">https://github.com/encode/httpx/archive/0.12.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -24,15 +24,15 @@
|
||||
<Name>python3-httpx</Name>
|
||||
<Summary>The next generation HTTP client.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-h2</Dependency>
|
||||
<Dependency>python3-h11</Dependency>
|
||||
<Dependency>python3-sniffio</Dependency>
|
||||
<Dependency>python3-hstspreload</Dependency>
|
||||
<Dependency>python3-certifi</Dependency>
|
||||
<Dependency>python3-chardet</Dependency>
|
||||
<Dependency>python3-rfc3986</Dependency>
|
||||
<Dependency>python3-sniffio</Dependency>
|
||||
<Dependency>python3-urllib3</Dependency>
|
||||
<Dependency>python3-hstspreload</Dependency>
|
||||
<Dependency>python3-h11</Dependency>
|
||||
<Dependency>python3-h2</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-httpx</Path>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>0.12.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-01-23</Date>
|
||||
<Version>0.11.1</Version>
|
||||
|
||||
@@ -27,4 +27,4 @@ def install():
|
||||
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("COP*", "NEWS", "README*")
|
||||
pisitools.dodoc("COP*", "NEWS", "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>python3-pygobject3</Name>
|
||||
@@ -8,56 +8,65 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Glib bindings for Python3</Summary>
|
||||
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
|
||||
<Description>pygobject is GLib's GObject library bindings for Python3.</Description>
|
||||
<Archive sha1sum="637c131fb54ff0633a92d7f4a8a66612398642ff" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.34/pygobject-3.34.0.tar.xz</Archive>
|
||||
<Archive sha1sum="332a0d1915eaf6b1f5609785a01c90725b24f800" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-cairo-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>python3-cairo-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-pygobject3</Name>
|
||||
<Summary>python3 için pygobject3</Summary>
|
||||
<Summary>Python Bindings for GLib/GObject/GIO/GTK+</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>python3-cairo</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
<Dependency>python3-cairo</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>libffi</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/libpyglib-gi-2.0-python3*.so*</Path>
|
||||
<Path fileType="data">/usr/share/pygobject</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="library">/usr/lib/libpyglib-gi-2.0-python3*.so*</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python3-pygobject3-devel</Name>
|
||||
<Summary>pygobject development files</Summary>
|
||||
<Summary>Development files for python3-pygobject3</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-pygobject3</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Update release="12">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>3.36.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2020-01-07</Date>
|
||||
<Version>3.34.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
@@ -135,4 +144,4 @@
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,13 +2,14 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-pygobject3</Name>
|
||||
<Summary xml:lang="tr">glib için python3 bağlayıcıları</Summary>
|
||||
<Summary xml:lang="tr">GLib/GObject/GIO/GTK+ için python3 bağlayıcıları.</Summary>
|
||||
<Summary xml:lang="fr">Bindings (liens) glib pour Python3.</Summary>
|
||||
<Description xml:lang="tr">pygobject, Python3 için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.</Description>
|
||||
<Description xml:lang="tr">python3-pygobject, Python3 için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-pygobject3-devel</Name>
|
||||
<Summary xml:lang="tr">pygobject geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="tr">python3-pygobject3 için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python3-pygobject3-devel, python3-pygobject3 için geliştirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Deal PySol FC Cards</Summary>
|
||||
<Description>The pysol-cards python modules allow the python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals.</Description>
|
||||
<Archive sha1sum="587e32c67fa234d015dde02e135bab75a12a7a28" type="targz">https://files.pythonhosted.org/packages/ad/c4/47a1ebe6cf1112f9b27fdf75092f482153c700818a7af7149c59677ba491/pysol_cards-0.8.7.tar.gz</Archive>
|
||||
<Archive sha1sum="cf60ad394c4f2b4265bcfa36d9fe47d053a6f21a" type="targz">https://pypi.io/packages/source/p/pysol_cards/pysol_cards-0.8.8.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,17 +24,24 @@
|
||||
<Name>python3-pysol_cards</Name>
|
||||
<Summary>Deal PySol FC Cards</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-pbr</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>0.8.8</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>0.8.7</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<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="244f618051a005be219574b9d356f00623ae2018" type="targz">https://github.com/sphinx-doc/sphinx/archive/v2.4.3.tar.gz</Archive>
|
||||
<Archive sha1sum="a1c40b38e91e982ea73f9eba1320d7049e873e6f" type="targz">https://github.com/sphinx-doc/sphinx/archive/v2.4.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -50,9 +50,9 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-sphinx/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>2.4.4</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-02-24</Date>
|
||||
<Version>2.4.3</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<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>
|
||||
<Archive sha1sum="a60948ae81df947cee7445dcccdb34b651dbbe1d" type="targz">https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>1.3.14</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-01-23</Date>
|
||||
<Version>1.3.13</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.7")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.10")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Virtual Python Environment builder.</Summary>
|
||||
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
|
||||
<Archive sha1sum="b88b76df849ad6cb28de343701468e618bfe8163" type="targz">https://github.com/pypa/virtualenv/archive/20.0.7.tar.gz</Archive>
|
||||
<Archive sha1sum="5dfc87c77e68842d35afdd7b08b9a48406961179" type="targz">https://github.com/pypa/virtualenv/archive/20.0.10.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>20.0.10</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-03-03</Date>
|
||||
<Version>20.0.7</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Youtube Video Downloader</Summary>
|
||||
<Description>Youtube Video Downloader</Description>
|
||||
<Archive sha1sum="fa2d326df3fe8e689ba02d6732032c347de041a5" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.03.01.tar.gz</Archive>
|
||||
<Archive sha1sum="a8a98f41da500d91e17bcd9e7fe65bdf5676aae5" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.03.08.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>2020.03.08</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2020-03-04</Date>
|
||||
<Version>2020.03.01</Version>
|
||||
|
||||
@@ -14,14 +14,11 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Zappa - Serverless Python</Summary>
|
||||
<Description>Server-less Python Web Services for AWS Lambda and API Gateway</Description>
|
||||
<Archive sha1sum="cc096f0ace139c225279c7ddbed4bac137d1c9c2" type="targz">https://github.com/Miserlou/Zappa/archive/0.50.0.tar.gz</Archive>
|
||||
<Archive sha1sum="246c59454c29909174177ef42a8d66de0501757d" type="targz">https://github.com/Miserlou/Zappa/archive/0.51.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch>SupportForRunningOnPy38.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -39,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>0.51.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-02-21</Date>
|
||||
<Version>0.50.0</Version>
|
||||
|
||||
@@ -18,4 +18,4 @@ def build():
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog*", "COPYING", "HACKING", "README", "NEWS")
|
||||
pisitools.dodoc("COPYING", "HACKING", "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>xapian-core</Name>
|
||||
@@ -8,31 +8,33 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Probabilistic Information Retrieval library</Summary>
|
||||
<Description>Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications.</Description>
|
||||
<Archive sha1sum="17527a8bfa8254d3755b4b482157c245f33ea53d" type="tarxz">https://oligarchy.co.uk/xapian/1.4.14/xapian-core-1.4.14.tar.xz</Archive>
|
||||
<Archive sha1sum="ad352d25fe85355b9a4b59e9f5cd33c207893861" type="tarxz">https://oligarchy.co.uk/xapian/1.4.15/xapian-core-1.4.15.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xapian-core</Name>
|
||||
<Summary>Probabilistic Information Retrieval library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -46,10 +48,10 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/xapian-config*</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/lib/cmake/xapian</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -62,13 +64,20 @@
|
||||
<Dependency release="current">xapian-core</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/xapian-core/*html</Path>
|
||||
<Path fileType="doc">/usr/share/doc/xapian-core/apidoc.pdf</Path>
|
||||
<Path fileType="doc">/usr/share/doc/xapian-core/apidoc/</Path>
|
||||
<Path fileType="doc">/usr/share/doc/xapian-core/*html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-03-11</Date>
|
||||
<Version>1.4.15</Version>
|
||||
<Comment>Patch version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-12-08</Date>
|
||||
<Version>1.4.14</Version>
|
||||
@@ -113,4 +122,4 @@
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -17,4 +17,4 @@
|
||||
<Summary xml:lang="tr">xapian-core için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">xapian-core-docs, xapian-core için belgelendirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user