python-reportlab: new package for hplip
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>avahi-devel</Dependency>
|
||||
<Dependency>python-reportlab</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fedora/hplip-avahi-parsing.patch</Patch>
|
||||
@@ -105,6 +106,7 @@
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>avahi</Dependency>
|
||||
<Dependency>avahi-libs</Dependency>
|
||||
<Dependency>python-reportlab</Dependency>
|
||||
<!-- <Dependency>usb-modeswitch</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
+248328
-248560
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
6baaa63c5adc168988270457bd2a83892e75aa4e
|
||||
bae7d7f25805d7a61dc90e8c00d147b53e6b8ff6
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
dddfc086cb62ca41540722d51941ea08052de19b
|
||||
fec0c050e3aea70f1c684d746958eaa07e75f0fd
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def build():
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
for doc in ["docs/*", "CHANGES.md", "LICENSE.txt", "README.txt", "VERSION.txt"]:
|
||||
pisitools.insinto("/%s/%s" % (get.docDIR(), get.srcNAME()), doc)
|
||||
|
||||
#Remove bundled fonts
|
||||
#pisitools.removeDir("/usr/lib/%s/site-packages/reportlab/fonts" % get.curPYTHON())
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-reportlab</Name>
|
||||
<Homepage>http://www.reportlab.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>PDF generator library</Summary>
|
||||
<Description>ReportLab is an PDF generation library with extensive features.</Description>
|
||||
<Archive sha1sum="bb147f17dbc7c1e05a36a2c588d94a5dbf9c0867" type="targz">https://files.pythonhosted.org/packages/2a/02/078c875d81f231fc11ecda3158a2e2cfccc390a534c316e2524db007e245/reportlab-3.5.67.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>mercurial</Dependency>
|
||||
<Dependency>python-pillow</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-reportlab</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-reportlab-docs</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python-reportlab</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-04-26</Date>
|
||||
<Version>3.5.67</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-reportlab</Name>
|
||||
<Summary xml:lang="tr">PDF üretim kitaplığı</Summary>
|
||||
<Description xml:lang="tr">python-reportlab gelişmiş özellikleri olan bir PDF üretim kitaplığıdır ve PDF dosyaları oluşturmada kullanılır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user