python3-setuptools-gettext.
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import python3modules
|
||||||
|
|
||||||
|
def build():
|
||||||
|
python3modules.compile(pyVer = "3")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
python3modules.install(pyVer = "3")
|
||||||
@@ -0,0 +1,47 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python3-setuptools-gettext</Name>
|
||||||
|
<Homepage>https://github.com/breezy-team/setuptools-gettext</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>programming.language.python3</PartOf>
|
||||||
|
<Summary>Setuptools plugin for building mo files.</Summary>
|
||||||
|
<Description>This plugin adds build_mo, clean_mo and install_mo subcommands for setup.py as well as hooking those into standard commands.</Description>
|
||||||
|
<Archive sha1sum="a517851984f783175a2976f3b05270965a8d0d31" type="targz">https://files.pythonhosted.org/packages/source/s/setuptools_gettext/setuptools_gettext-0.1.14.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>python3-build</Dependency>
|
||||||
|
<Dependency>python3-wheel</Dependency>
|
||||||
|
<Dependency>python3-installer</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<!-- <Patch level='1'></Patch> -->
|
||||||
|
</Patches>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>python3-setuptools-gettext</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2025-02-09</Date>
|
||||||
|
<Version>0.1.14</Version>
|
||||||
|
<Comment>First release.</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvari@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user