python3-* new package
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env 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 python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-twisted</Name>
|
||||
<Homepage>https://github.com/twisted/twisted/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Asynchronous networking framework written in Python</Summary>
|
||||
<Description>Asynchronous networking framework written in Python</Description>
|
||||
<Archive sha1sum="e465de1477660d9c7e7a544f0375416835b6f36b" type="targz">https://github.com/twisted/twisted/archive/refs/tags/twisted-24.10.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-hatch-fancy-pypi-readme</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-twisted.patch</Patch>
|
||||
<Patch level="1">python3-twisted.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-twisted</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-attrs</Dependency>
|
||||
<Dependency>python3-constantly</Dependency>
|
||||
<Dependency>python3-hyperlink</Dependency>
|
||||
<Dependency>python3-incremental</Dependency>
|
||||
<Dependency>python3-zope-interface</Dependency>
|
||||
<Dependency>python3-typing_extensions</Dependency>
|
||||
<Dependency>python3-hatch-fancy-pypi-readme</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>2024-12-06</Date>
|
||||
<Version>24.10.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-twisted</Name>
|
||||
<Summary xml:lang="tr">Asynchronous networking framework written in Python</Summary>
|
||||
<Description xml:lang="tr">Asynchronous networking framework written in Python</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user