diff --git a/pisi-index.xml b/pisi-index.xml index bb6edaae6c..f6aace6c92 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -299325,6 +299325,49 @@ components such as the Settings and gnome-shell. + + + python3-iso8601 + https://pypi.org/project/iso8601/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + Simple module to parse ISO 8601 dates + Simple module to parse ISO 8601 dates + ISO 8601 tarihlerini ayrıştırmak için basit modül + ISO 8601 tarihlerini ayrıştırmak için basit modül + python3-iso8601 + https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32/iso8601-1.1.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-iso8601/pspec.xml + + + python3-iso8601 + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2023-03-31 + 1.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + python3-zappa @@ -302001,6 +302044,8 @@ components such as the Settings and gnome-shell. python3-six python3 + python3-pycparser + python3-pytest-runner /usr/lib/python3* @@ -308776,6 +308821,7 @@ components such as the Settings and gnome-shell. openssl-devel python3-setuptools python3-sphinx + python3-cffi python3-sphinx_rtd_theme python3-setuptools-rust @@ -310934,6 +310980,7 @@ components such as the Settings and gnome-shell. rust python3 + python3-lxml python3-semanticversion python3-typing_extensions diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 0443f4ba28..117856e230 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -8e8f796ea071a75804a645bea1590a54c1691f50 \ No newline at end of file +84bbbbcb85ac4f45eececc041666188992ee1122 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 5cddea5a79..2215d8ca90 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index bf6da5a492..42a2e5bcb0 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -5bc75ea4bb22105252b3444db14c74de2d572d9b \ No newline at end of file +4105946cc92a6a145dd793d0978d8283a94c07e8 \ No newline at end of file diff --git a/programming/language/python3/python3-iso8601/actions.py b/programming/language/python3/python3-iso8601/actions.py new file mode 100644 index 0000000000..d5462c4b0f --- /dev/null +++ b/programming/language/python3/python3-iso8601/actions.py @@ -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") diff --git a/programming/language/python3/python3-iso8601/pspec.xml b/programming/language/python3/python3-iso8601/pspec.xml new file mode 100644 index 0000000000..73244fae4c --- /dev/null +++ b/programming/language/python3/python3-iso8601/pspec.xml @@ -0,0 +1,49 @@ + + + + + python3-iso8601 + https://pypi.org/project/iso8601/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + Simple module to parse ISO 8601 dates + python3-iso8601 + ISO 8601 tarihlerini ayrıştırmak için basit modül + https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32/iso8601-1.1.0.tar.gz + + python3-devel + python3-setuptools + + + + + + python3-iso8601 + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2023-03-31 + 1.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-iso8601/translations.xml b/programming/language/python3/python3-iso8601/translations.xml new file mode 100644 index 0000000000..b40402a43a --- /dev/null +++ b/programming/language/python3/python3-iso8601/translations.xml @@ -0,0 +1,8 @@ + + + + python3-iso8601 + Simple module to parse ISO 8601 dates + ISO 8601 tarihlerini ayrıştırmak için basit modül + +