python3-* new package

This commit is contained in:
Rmys
2025-01-06 13:06:41 +03:00
parent 6ec633bd0a
commit 91a0b0558c
9 changed files with 126 additions and 2 deletions
+47
View File
@@ -477650,6 +477650,7 @@ provide integrated access to the cloud providers services.</Description>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-versioneer</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-constantly/pspec.xml</SourceURI>
</Source>
@@ -477657,6 +477658,7 @@ provide integrated access to the cloud providers services.</Description>
<Name>python3-constantly</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-versioneer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -482334,6 +482336,49 @@ provide integrated access to the cloud providers services.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-versioneer</Name>
<Homepage>https://github.com/python-versioneer/python-versioneer/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">A tool for managing a recorded version number in setuptools-based python projects</Summary>
<Summary xml:lang="tr">A tool for managing a recorded version number in setuptools-based python projects</Summary>
<Description xml:lang="en">A tool for managing a recorded version number in setuptools-based python projects</Description>
<Description xml:lang="tr">A tool for managing a recorded version number in setuptools-based python projects</Description>
<Archive type="targz" sha1sum="b8c61ac4976be2bb00a636bcae2d75228c7be1fc" name="0.29.tar.gz">https://github.com/python-versioneer/python-versioneer/archive/refs/tags/0.29.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-versioneer/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-versioneer</Name>
<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>2024-12-06</Date>
<Version>0.29</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>yt-dlp</Name>
@@ -487591,6 +487636,7 @@ provide integrated access to the cloud providers services.</Description>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-hatchling</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-hatch-fancy-pypi-readme/pspec.xml</SourceURI>
</Source>
@@ -487598,6 +487644,7 @@ provide integrated access to the cloud providers services.</Description>
<Name>python3-hatch-fancy-pypi-readme</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-hatchling</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
+1 -1
View File
@@ -1 +1 @@
7322bdfb26e650977f27d3de66ea8054ef787a01
2dc56970d3da386d598c61012c5f0de6b5175563
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
2647bb3ea8a47ee206055a5edef08828693016ac
63ee0e003a77169478c29f17817b63e551af9d0d
@@ -16,6 +16,7 @@
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-versioneer</Dependency>
</BuildDependencies>
<!--
<Patches>
@@ -29,6 +30,7 @@
<Name>python3-constantly</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-versioneer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -16,6 +16,7 @@
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-hatchling</Dependency>
</BuildDependencies>
<!--
<Patches>
@@ -29,6 +30,7 @@
<Name>python3-hatch-fancy-pypi-readme</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-hatchling</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -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,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-versioneer</Name>
<Homepage>https://github.com/python-versioneer/python-versioneer/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>app</IsA>
<Summary>A tool for managing a recorded version number in setuptools-based python projects</Summary>
<Description>A tool for managing a recorded version number in setuptools-based python projects</Description>
<Archive sha1sum="b8c61ac4976be2bb00a636bcae2d75228c7be1fc" type="targz">https://github.com/python-versioneer/python-versioneer/archive/refs/tags/0.29.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-versioneer.patch</Patch>
<Patch level="1">python3-versioneer.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-versioneer</Name>
<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>2024-12-06</Date>
<Version>0.29</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-versioneer</Name>
<Summary xml:lang="tr">A tool for managing a recorded version number in setuptools-based python projects</Summary>
<Description xml:lang="tr">A tool for managing a recorded version number in setuptools-based python projects</Description>
</Source>
</PISI>