python-reportlab: new package for hplip
This commit is contained in:
@@ -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