python3-poetry-core, python3-qtpy 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("LICENSE", "README*")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-poetry-core</Name>
|
||||
<Homepage>https://github.com/python-poetry/poetry-core</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Poetry PEP 517 Build Backend Core Utilities</Summary>
|
||||
<Icon>python3-poetry-core</Icon>
|
||||
<Description>Poetry PEP 517 Build Backend Core Utilities</Description>
|
||||
<Archive sha1sum="25c741f2812f3240bb921c67a701898322f1ed11" type="targz">https://github.com/python-poetry/poetry-core/releases/download/1.6.1/poetry_core-1.6.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-installer</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-poetry-core.patch</Patch>
|
||||
<Patch level="1">python3-poetry-core.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-poetry-core</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-06-11</Date>
|
||||
<Version>1.6.1</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-poetry-core</Name>
|
||||
<Summary xml:lang="tr">Poetry PEP 517 Build Backend Core Utilities</Summary>
|
||||
<Description xml:lang="tr">Poetry PEP 517 Build Backend Core Utilities</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user