diff --git a/pisi-index.xml b/pisi-index.xml index fc1770af51..bb6edaae6c 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -308777,6 +308777,7 @@ components such as the Settings and gnome-shell. python3-setuptools python3-sphinx python3-sphinx_rtd_theme + python3-setuptools-rust programming/language/python3/python3-cryptography/pspec.xml @@ -310931,7 +310932,10 @@ components such as the Settings and gnome-shell. python3-setuptools-rust + rust python3 + python3-semanticversion + python3-typing_extensions /usr/lib @@ -315845,6 +315849,49 @@ components such as the Settings and gnome-shell. + + + python3-semanticversion + https://github.com/rbarrois/python-semanticversion + + PisiLinux Community + admins@pisilinux.org + + BSD + app + programming.language.python3 + A library implementing the 'SemVer' scheme. + A library implementing the 'SemVer' scheme. + A library implementing the 'SemVer' scheme. + A library implementing the 'SemVer' scheme. + python3-semanticversion + https://github.com/rbarrois/python-semanticversion/archive/refs/tags/2.10.0.tar.gz + + python3-devel + python3-setuptools + + programming/language/python3/python3-semanticversion/pspec.xml + + + python3-semanticversion + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2022-12-13 + 2.10.0 + First release + PisiLinux Community + admins@pisilinux.org + + + python3-PLY diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 38775a5ada..0443f4ba28 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -6ec356d53f4cc7e4b4167c038d8fa029fe0baa1f \ No newline at end of file +8e8f796ea071a75804a645bea1590a54c1691f50 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index bedcec477d..5cddea5a79 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 cb9394c3f9..bf6da5a492 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -966d30f1ea3551be5f6ea41290f38d232212a7f6 \ No newline at end of file +5bc75ea4bb22105252b3444db14c74de2d572d9b \ No newline at end of file diff --git a/programming/language/python3/python3-semanticversion/actions.py b/programming/language/python3/python3-semanticversion/actions.py new file mode 100644 index 0000000000..d5462c4b0f --- /dev/null +++ b/programming/language/python3/python3-semanticversion/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-semanticversion/pspec.xml b/programming/language/python3/python3-semanticversion/pspec.xml new file mode 100644 index 0000000000..1de71901ad --- /dev/null +++ b/programming/language/python3/python3-semanticversion/pspec.xml @@ -0,0 +1,49 @@ + + + + + python3-semanticversion + https://github.com/rbarrois/python-semanticversion + + PisiLinux Community + admins@pisilinux.org + + BSD + app + A library implementing the 'SemVer' scheme. + python3-semanticversion + A library implementing the 'SemVer' scheme. + https://github.com/rbarrois/python-semanticversion/archive/refs/tags/2.10.0.tar.gz + + python3-devel + python3-setuptools + + + + + + python3-semanticversion + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2022-12-13 + 2.10.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-semanticversion/translations.xml b/programming/language/python3/python3-semanticversion/translations.xml new file mode 100644 index 0000000000..b7018754a1 --- /dev/null +++ b/programming/language/python3/python3-semanticversion/translations.xml @@ -0,0 +1,8 @@ + + + + python3-semanticversion + A library implementing the 'SemVer' scheme. + A library implementing the 'SemVer' scheme. + +