Files
main/programming/language/python3/python3-inflect/pspec.xml
T
2025-04-18 22:38:16 +03:00

105 lines
3.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-inflect</Name>
<Homepage>https://github.com/jaraco/inflect/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Correctly generate plurals, singular nouns, ordinals, indefinite articles</Summary>
<Description>Correctly generate plurals, singular nouns, ordinals, indefinite articles</Description>
<Archive sha1sum="9f014b256fbf9eda36aba1086592bd22e2812ed7" type="targz">https://github.com/jaraco/inflect/archive/refs/tags/v7.5.0.tar.gz</Archive>
<!--
<BuildDependencies>
<Dependency>Dep1-devel</Dependency>
<Dependency>Dep2-devel</Dependency>
<Dependency>Dep3-devel</Dependency>
<Dependency versionFrom="">Dep4-devel</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>python3-inflect.patch</Patch>
<Patch level="1">python3-inflect.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-inflect</Name>
<!--
<RuntimeDependencies>
<Dependency>Dep1</Dependency>
<Dependency>Dep2</Dependency>
<Dependency>Dep3</Dependency>
<Dependency versionFrom="">Dep4</Dependency>
</RuntimeDependencies>
-->
<Files>
<Path fileType="all">/</Path>
<!--
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="doc">/usr/share/doc</Path>
-->
</Files>
<!--
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/python3-inflect.desktop">python3-inflect.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/python3-inflect.png">python3-inflect.png</AdditionalFile>
</AdditionalFiles>
-->
<!--
<Provides>
<COMAR script="package.py">System.Package</COMAR>
<COMAR script="service.py">System.Service</COMAR>
</Provides>
-->
</Package>
<!--
<Package>
<Name>python3-inflect-devel</Name>
<Summary>Development files for python3-inflect</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-inflect</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
-->
<!--
<Package>
<Name>python3-inflect-docs</Name>
<Summary>Development files for python3-inflect</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-inflect</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
-->
<History>
<Update release="1">
<Date>2025-04-13</Date>
<Version>7.5.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>