add new packages vsftp, lftp, python3-markups, portmidi

This commit is contained in:
groni
2016-11-22 15:23:44 +01:00
parent f6a6891402
commit 9acc3ae3af
30 changed files with 1516 additions and 2 deletions
@@ -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/copyleft/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer = "3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE.md", "README.md")
@@ -0,0 +1,39 @@
<PISI>
<Source>
<Name>python3-markups</Name>
<Homepage>https://github.com/retext-project/pymarkups</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<Summary>Wrapper around various text markups</Summary>
<Description>Wrapper around various text markups</Description>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Archive sha1sum="76257bca8a4d9cc504fb1fe040fd353a1248b743" type="targz">https://pypi.python.org/packages/d4/32/642bd580c577af37b00a1eb59b0eaa996f2d11dfe394f3dd0c7a8a2de81a/Markdown-2.6.7.tar.gz</Archive>
</Source>
<Package>
<Name>python3-markups</Name>
<Summary>Wrapper around various text markups</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-21</Date>
<Version>2.6.7</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>