python3-iso8601 new package

This commit is contained in:
Rmys
2023-03-31 22:31:53 +03:00
parent a08b471b2d
commit e4118c435a
7 changed files with 122 additions and 2 deletions
+47
View File
@@ -299325,6 +299325,49 @@ components such as the Settings and gnome-shell.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-iso8601</Name>
<Homepage>https://pypi.org/project/iso8601/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Simple module to parse ISO 8601 dates</Summary>
<Summary xml:lang="tr">Simple module to parse ISO 8601 dates</Summary>
<Description xml:lang="en">ISO 8601 tarihlerini ayrıştırmak için basit modül</Description>
<Description xml:lang="tr">ISO 8601 tarihlerini ayrıştırmak için basit modül</Description>
<Icon>python3-iso8601</Icon>
<Archive type="targz" sha1sum="f15004651bd5e4f5b5bc39bfdc0cc49bc6df1e83" name="iso8601-1.1.0.tar.gz">https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32/iso8601-1.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-iso8601/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python3-iso8601</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-03-31</Date>
<Version>1.1.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-zappa</Name>
@@ -302001,6 +302044,8 @@ components such as the Settings and gnome-shell.</Description>
<RuntimeDependencies>
<Dependency>python3-six</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-pycparser</Dependency>
<Dependency>python3-pytest-runner</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -308776,6 +308821,7 @@ components such as the Settings and gnome-shell.</Description>
<Dependency>openssl-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-sphinx</Dependency>
<Dependency>python3-cffi</Dependency>
<Dependency>python3-sphinx_rtd_theme</Dependency>
<Dependency>python3-setuptools-rust</Dependency>
</BuildDependencies>
@@ -310934,6 +310980,7 @@ components such as the Settings and gnome-shell.</Description>
<RuntimeDependencies>
<Dependency>rust</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>python3-semanticversion</Dependency>
<Dependency>python3-typing_extensions</Dependency>
</RuntimeDependencies>
+1 -1
View File
@@ -1 +1 @@
8e8f796ea071a75804a645bea1590a54c1691f50
84bbbbcb85ac4f45eececc041666188992ee1122
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5bc75ea4bb22105252b3444db14c74de2d572d9b
4105946cc92a6a145dd793d0978d8283a94c07e8
@@ -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 pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-iso8601</Name>
<Homepage>https://pypi.org/project/iso8601/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>Simple module to parse ISO 8601 dates</Summary>
<Icon>python3-iso8601</Icon>
<Description>ISO 8601 tarihlerini ayrıştırmak için basit modül</Description>
<Archive sha1sum="f15004651bd5e4f5b5bc39bfdc0cc49bc6df1e83" type="targz">https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32/iso8601-1.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-iso8601.patch</Patch>
<Patch level="1">python3-iso8601.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-iso8601</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-03-31</Date>
<Version>1.1.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-iso8601</Name>
<Summary xml:lang="tr">Simple module to parse ISO 8601 dates</Summary>
<Description xml:lang="tr">ISO 8601 tarihlerini ayrıştırmak için basit modül</Description>
</Source>
</PISI>