diff --git a/pisi-index.xml b/pisi-index.xml index 3d09b5666f..7f0a125651 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -472969,6 +472969,99 @@ provide integrated access to the cloud providers services. + + + python3-twisted + https://github.com/twisted/twisted/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + Asynchronous networking framework written in Python + Asynchronous networking framework written in Python + Asynchronous networking framework written in Python + Asynchronous networking framework written in Python + https://github.com/twisted/twisted/archive/refs/tags/twisted-24.10.0.tar.gz + + python3-devel + python3-build + python3-hatch-fancy-pypi-readme + + programming/language/python3/python3-twisted/pspec.xml + + + python3-twisted + + python3 + python3-attrs + python3-constantly + python3-hyperlink + python3-incremental + python3-zope-interface + python3-typing_extensions + python3-hatch-fancy-pypi-readme + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2024-12-06 + 24.10.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python3-zope-interface + https://github.com/zopefoundation/zope.interface/ + + PisiLinux Community + admins@pisilinux.org + + ZPL-2.1 + app + programming.language.python3 + Zope Interfaces for Python 3.x + Zope Interfaces for Python 3.x + Zope Interfaces for Python 3.x + Zope Interfaces for Python 3.x + https://github.com/zopefoundation/zope.interface/archive/refs/tags/7.1.0.tar.gz + + python3-devel + python3-build + + programming/language/python3/python3-zope-interface/pspec.xml + + + python3-zope-interface + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2024-12-06 + 7.1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + python3-pytest-runner @@ -477538,6 +477631,48 @@ provide integrated access to the cloud providers services. + + + python3-constantly + https://github.com/twisted/constantly/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + Symbolic constants in Python + Symbolic constants in Python + Symbolic constants in Python + Symbolic constants in Python + https://github.com/twisted/constantly/archive/refs/tags/23.10.4.tar.gz + + python3-devel + python3-build + + programming/language/python3/python3-constantly/pspec.xml + + + python3-constantly + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2024-12-06 + 23.10.4 + First release + PisiLinux Community + admins@pisilinux.org + + + python3-sphinxcontrib-htmlhelp @@ -487437,6 +487572,49 @@ provide integrated access to the cloud providers services. + + + python3-hatch-fancy-pypi-readme + https://github.com/hynek/hatch-fancy-pypi-readme/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + Fancy PyPI READMEs with Hatch + Fancy PyPI READMEs with Hatch + Fancy PyPI READMEs with Hatch + Fancy PyPI READMEs with Hatch + https://github.com/hynek/hatch-fancy-pypi-readme/archive/refs/tags/24.1.0.tar.gz + + python3-devel + python3-build + + programming/language/python3/python3-hatch-fancy-pypi-readme/pspec.xml + + + python3-hatch-fancy-pypi-readme + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2024-12-06 + 24.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + python-typing_extensions @@ -492774,6 +492952,48 @@ provide integrated access to the cloud providers services. + + + python3-incremental + https://github.com/twisted/incremental/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + programming.language.python3 + A small library that versions your Python projects + A small library that versions your Python projects + A small library that versions your Python projects + A small library that versions your Python projects + https://github.com/twisted/incremental/archive/refs/tags/incremental-24.7.2.tar.gz + + python3-devel + python3-build + + programming/language/python3/python3-incremental/pspec.xml + + + python3-incremental + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2024-12-06 + 24.7.2 + First release + PisiLinux Community + admins@pisilinux.org + + + python3-iso8601 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 46015f76bc..03d41a6722 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -b4ba9e1377ebac8c9f420fc5b908ba52c07f752c \ No newline at end of file +7322bdfb26e650977f27d3de66ea8054ef787a01 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 48b954db99..f834c1e13f 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 49ef19fe20..c8bca853f2 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -f7f011190eb7bc48ad039f388be1a283e3bed42b \ No newline at end of file +2647bb3ea8a47ee206055a5edef08828693016ac \ No newline at end of file diff --git a/programming/language/python3/python3-constantly/actions.py b/programming/language/python3/python3-constantly/actions.py new file mode 100644 index 0000000000..ab0a20b083 --- /dev/null +++ b/programming/language/python3/python3-constantly/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 python3modules +from pisi.actionsapi import pisitools + +def build(): + python3modules.compile() + +def install(): + python3modules.install() + + # pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/programming/language/python3/python3-constantly/pspec.xml b/programming/language/python3/python3-constantly/pspec.xml new file mode 100644 index 0000000000..24e38ef4c7 --- /dev/null +++ b/programming/language/python3/python3-constantly/pspec.xml @@ -0,0 +1,48 @@ + + + + + python3-constantly + https://github.com/twisted/constantly/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + Symbolic constants in Python + Symbolic constants in Python + https://github.com/twisted/constantly/archive/refs/tags/23.10.4.tar.gz + + python3-devel + python3-build + + + + + + python3-constantly + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2024-12-06 + 23.10.4 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-constantly/translations.xml b/programming/language/python3/python3-constantly/translations.xml new file mode 100644 index 0000000000..68a2b779ec --- /dev/null +++ b/programming/language/python3/python3-constantly/translations.xml @@ -0,0 +1,8 @@ + + + + python3-constantly + Symbolic constants in Python + Symbolic constants in Python + + diff --git a/programming/language/python3/python3-hatch-fancy-pypi-readme/actions.py b/programming/language/python3/python3-hatch-fancy-pypi-readme/actions.py new file mode 100644 index 0000000000..ab0a20b083 --- /dev/null +++ b/programming/language/python3/python3-hatch-fancy-pypi-readme/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 python3modules +from pisi.actionsapi import pisitools + +def build(): + python3modules.compile() + +def install(): + python3modules.install() + + # pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/programming/language/python3/python3-hatch-fancy-pypi-readme/pspec.xml b/programming/language/python3/python3-hatch-fancy-pypi-readme/pspec.xml new file mode 100644 index 0000000000..2f13550444 --- /dev/null +++ b/programming/language/python3/python3-hatch-fancy-pypi-readme/pspec.xml @@ -0,0 +1,49 @@ + + + + + python3-hatch-fancy-pypi-readme + https://github.com/hynek/hatch-fancy-pypi-readme/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + Fancy PyPI READMEs with Hatch + Fancy PyPI READMEs with Hatch + https://github.com/hynek/hatch-fancy-pypi-readme/archive/refs/tags/24.1.0.tar.gz + + python3-devel + python3-build + + + + + + python3-hatch-fancy-pypi-readme + + python3 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + + 2024-12-06 + 24.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-hatch-fancy-pypi-readme/translations.xml b/programming/language/python3/python3-hatch-fancy-pypi-readme/translations.xml new file mode 100644 index 0000000000..f236edfd14 --- /dev/null +++ b/programming/language/python3/python3-hatch-fancy-pypi-readme/translations.xml @@ -0,0 +1,8 @@ + + + + python3-hatch-fancy-pypi-readme + Fancy PyPI READMEs with Hatch + Fancy PyPI READMEs with Hatch + + diff --git a/programming/language/python3/python3-incremental/actions.py b/programming/language/python3/python3-incremental/actions.py new file mode 100644 index 0000000000..ab0a20b083 --- /dev/null +++ b/programming/language/python3/python3-incremental/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 python3modules +from pisi.actionsapi import pisitools + +def build(): + python3modules.compile() + +def install(): + python3modules.install() + + # pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/programming/language/python3/python3-incremental/pspec.xml b/programming/language/python3/python3-incremental/pspec.xml new file mode 100644 index 0000000000..4e49c2d010 --- /dev/null +++ b/programming/language/python3/python3-incremental/pspec.xml @@ -0,0 +1,48 @@ + + + + + python3-incremental + https://github.com/twisted/incremental/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + A small library that versions your Python projects + A small library that versions your Python projects + https://github.com/twisted/incremental/archive/refs/tags/incremental-24.7.2.tar.gz + + python3-devel + python3-build + + + + + + python3-incremental + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2024-12-06 + 24.7.2 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-incremental/translations.xml b/programming/language/python3/python3-incremental/translations.xml new file mode 100644 index 0000000000..58ada4f044 --- /dev/null +++ b/programming/language/python3/python3-incremental/translations.xml @@ -0,0 +1,8 @@ + + + + python3-incremental + A small library that versions your Python projects + A small library that versions your Python projects + + diff --git a/programming/language/python3/python3-twisted/actions.py b/programming/language/python3/python3-twisted/actions.py new file mode 100644 index 0000000000..ab0a20b083 --- /dev/null +++ b/programming/language/python3/python3-twisted/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 python3modules +from pisi.actionsapi import pisitools + +def build(): + python3modules.compile() + +def install(): + python3modules.install() + + # pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/programming/language/python3/python3-twisted/pspec.xml b/programming/language/python3/python3-twisted/pspec.xml new file mode 100644 index 0000000000..2f5f6c3948 --- /dev/null +++ b/programming/language/python3/python3-twisted/pspec.xml @@ -0,0 +1,57 @@ + + + + + python3-twisted + https://github.com/twisted/twisted/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app + Asynchronous networking framework written in Python + Asynchronous networking framework written in Python + https://github.com/twisted/twisted/archive/refs/tags/twisted-24.10.0.tar.gz + + python3-devel + python3-build + python3-hatch-fancy-pypi-readme + + + + + + python3-twisted + + python3 + python3-attrs + python3-constantly + python3-hyperlink + python3-incremental + python3-zope-interface + python3-typing_extensions + python3-hatch-fancy-pypi-readme + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + + 2024-12-06 + 24.10.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-twisted/translations.xml b/programming/language/python3/python3-twisted/translations.xml new file mode 100644 index 0000000000..e3cdc65030 --- /dev/null +++ b/programming/language/python3/python3-twisted/translations.xml @@ -0,0 +1,8 @@ + + + + python3-twisted + Asynchronous networking framework written in Python + Asynchronous networking framework written in Python + + diff --git a/programming/language/python3/python3-zope-interface/actions.py b/programming/language/python3/python3-zope-interface/actions.py new file mode 100644 index 0000000000..ab0a20b083 --- /dev/null +++ b/programming/language/python3/python3-zope-interface/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 python3modules +from pisi.actionsapi import pisitools + +def build(): + python3modules.compile() + +def install(): + python3modules.install() + + # pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/programming/language/python3/python3-zope-interface/pspec.xml b/programming/language/python3/python3-zope-interface/pspec.xml new file mode 100644 index 0000000000..01f8a0e0ec --- /dev/null +++ b/programming/language/python3/python3-zope-interface/pspec.xml @@ -0,0 +1,48 @@ + + + + + python3-zope-interface + https://github.com/zopefoundation/zope.interface/ + + PisiLinux Community + admins@pisilinux.org + + ZPL-2.1 + app + Zope Interfaces for Python 3.x + Zope Interfaces for Python 3.x + https://github.com/zopefoundation/zope.interface/archive/refs/tags/7.1.0.tar.gz + + python3-devel + python3-build + + + + + + python3-zope-interface + + python3 + + + /usr/lib + /usr/share/doc + + + + + + 2024-12-06 + 7.1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/language/python3/python3-zope-interface/translations.xml b/programming/language/python3/python3-zope-interface/translations.xml new file mode 100644 index 0000000000..5af51680cf --- /dev/null +++ b/programming/language/python3/python3-zope-interface/translations.xml @@ -0,0 +1,8 @@ + + + + python3-zope-interface + Zope Interfaces for Python 3.x + Zope Interfaces for Python 3.x + +