From 0cfd125a45fcd6d16557bdfbdb1a690096d77dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A6titia=20Delvaux?= Date: Wed, 24 Jan 2024 19:21:26 +0100 Subject: [PATCH] Removing Ubuntu-18 builds as we don't support this OS anymore. --- .../unibuild-packaging/deb/compat-Ubuntu-18 | 1 - .../unibuild-packaging/deb/control-Ubuntu-18 | 60 ------------------ .../unibuild-packaging/deb/compat-Ubuntu-18 | 1 - .../unibuild-packaging/deb/control-Ubuntu-18 | 38 ------------ .../unibuild-packaging/deb/rules-Ubuntu-18 | 23 ------- .../unibuild-packaging/deb/compat-Ubuntu-18 | 1 - .../unibuild-packaging/deb/control-Ubuntu-18 | 61 ------------------- .../unibuild-packaging/deb/rules-Ubuntu-18 | 23 ------- 8 files changed, 208 deletions(-) delete mode 100644 python-py-amqp/unibuild-packaging/deb/compat-Ubuntu-18 delete mode 100644 python-py-amqp/unibuild-packaging/deb/control-Ubuntu-18 delete mode 100644 python-pyjq/unibuild-packaging/deb/compat-Ubuntu-18 delete mode 100644 python-pyjq/unibuild-packaging/deb/control-Ubuntu-18 delete mode 100755 python-pyjq/unibuild-packaging/deb/rules-Ubuntu-18 delete mode 100644 python-pyrsistent/unibuild-packaging/deb/compat-Ubuntu-18 delete mode 100644 python-pyrsistent/unibuild-packaging/deb/control-Ubuntu-18 delete mode 100755 python-pyrsistent/unibuild-packaging/deb/rules-Ubuntu-18 diff --git a/python-py-amqp/unibuild-packaging/deb/compat-Ubuntu-18 b/python-py-amqp/unibuild-packaging/deb/compat-Ubuntu-18 deleted file mode 100644 index ec635144f6..0000000000 --- a/python-py-amqp/unibuild-packaging/deb/compat-Ubuntu-18 +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/python-py-amqp/unibuild-packaging/deb/control-Ubuntu-18 b/python-py-amqp/unibuild-packaging/deb/control-Ubuntu-18 deleted file mode 100644 index df124eab7f..0000000000 --- a/python-py-amqp/unibuild-packaging/deb/control-Ubuntu-18 +++ /dev/null @@ -1,60 +0,0 @@ -Source: py-amqp -Section: python -Priority: optional -Maintainer: perfSONAR developers -Uploaders: Antoine Delvaux -Build-Depends: - debhelper (>= 10), - dh-python, - python3-all, - python3-setuptools, - python-pathlib, -Build-Depends-Indep: - libjs-jquery, - python3-vine , -Standards-Version: 4.5.0 -Homepage: https://github.com/celery/py-amqp -Vcs-Git: https://salsa.debian.org/python-team/packages/python-amqp.git -Vcs-Browser: https://salsa.debian.org/python-team/packages/python-amqp -Rules-Requires-Root: no - -Package: python3-amqp -Architecture: all -Depends: - python3-amqp-d10 | python3-amqp-d11 | python3-amqp-u18 | python3-amqp-u20 -Description: OS independant meta package of py-amqp - -Package: python3-amqp-u18 -Architecture: all -Depends: - python3-vine (>= 5.0), - ${misc:Depends}, - ${python3:Depends}, -Conflicts: python3-amqp-d10, python3-amqp-d11, python3-amqp-u20 -Provides: python3-amqp -Suggests: - python3-py-amqp-doc, -Description: Low-level AMQP client (Python3 version) - This is a fork of amqplib which was originally written by Barry Pederson. It - is maintained by the Celery project, and used by kombu as a pure Python - alternative when librabbitmq is not available. - . - This library should be API compatible with librabbitmq. Differences from - amqplib are: - * Supports draining events from multiple channels (Connection.drain_events). - * Support for timeouts. - * Channels are restored after channel error, instead of having to close the - connection. - * Support for heartbeats. - * Supports RabbitMQ extensions: - - Consumer Cancel Notifications. - - Publisher confirms. - - Exchange-to-exchange bindings: exchange_bind / exchange_unbind. - * Support for basic_return. - * Uses AMQP 0-9-1 instead of 0-8. - * Exposes the underlying socket as Connection.sock. - * Adds Channel.no_ack_consumers to keep track of consumer tags that set the - no_ack flag. - * Slightly better at error recovery. - . - This package contains the Python 3 version of the library. diff --git a/python-pyjq/unibuild-packaging/deb/compat-Ubuntu-18 b/python-pyjq/unibuild-packaging/deb/compat-Ubuntu-18 deleted file mode 100644 index ec635144f6..0000000000 --- a/python-pyjq/unibuild-packaging/deb/compat-Ubuntu-18 +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/python-pyjq/unibuild-packaging/deb/control-Ubuntu-18 b/python-pyjq/unibuild-packaging/deb/control-Ubuntu-18 deleted file mode 100644 index 28c5f514f7..0000000000 --- a/python-pyjq/unibuild-packaging/deb/control-Ubuntu-18 +++ /dev/null @@ -1,38 +0,0 @@ -Source: pyjq -Section: net -Priority: optional -Maintainer: perfSONAR developers -Uploaders: Lætitia Delvaux -Build-Depends: - debhelper (>= 10), - dh-python, - python3, - python3-all, - python3-setuptools, - python3-six, - python3-mock, - cython3, - libjq-dev (>=1.6~), - libonig-dev (>=5.9), - libpython3-dev -Standards-Version: 3.9.8 -Homepage: https://pypi.python.org/pypi/pyjq -X-Python3-Version: >= 3.2 - -Package: python3-pyjq-u18 -Architecture: any -Depends: - ${python3:Depends}, - ${misc:Depends}, - ${shlibs:Depends} -Conflicts: python3-pyjq, python3-pyjq-d10, python3-pyjq-d11, python3-pyjq-d12, python3-pyjq-u20, python3-pyjq-u22 -Provides: python3-pyjq -Recommends: - ${python3:Recommends} -Description: Python bindings for jq - jq is like sed for JSON data – you can use it to slice and filter and map and - transform structured data with the same ease that sed, awk, grep and friends - let you play with text. - . - You can seamlessly call jq script (like regular expression) and process plain - python data structure. diff --git a/python-pyjq/unibuild-packaging/deb/rules-Ubuntu-18 b/python-pyjq/unibuild-packaging/deb/rules-Ubuntu-18 deleted file mode 100755 index 050d62faac..0000000000 --- a/python-pyjq/unibuild-packaging/deb/rules-Ubuntu-18 +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/make -f - -#DH_VERBOSE = 1 - -export PYBUILD_NAME = pyjq - -DPKG_EXPORT_BUILDFLAGS = 1 -INCLUDE_FLAGS := $(shell python3-config --includes) -CFLAGS += $(INCLUDE_FLAGS) - -%: - dh $@ --with python3 --buildsystem=pybuild - -override_dh_auto_test: - @true - -override_dh_auto_build: - cython3 $(INCLUDE_FLAGS) _pyjq.pyx - dh_auto_build - -# Ubuntu dbgsym.ddeb are currently not supported by reprepro -override_dh_strip: - dh_strip --no-automatic-dbgsym diff --git a/python-pyrsistent/unibuild-packaging/deb/compat-Ubuntu-18 b/python-pyrsistent/unibuild-packaging/deb/compat-Ubuntu-18 deleted file mode 100644 index f599e28b8a..0000000000 --- a/python-pyrsistent/unibuild-packaging/deb/compat-Ubuntu-18 +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/python-pyrsistent/unibuild-packaging/deb/control-Ubuntu-18 b/python-pyrsistent/unibuild-packaging/deb/control-Ubuntu-18 deleted file mode 100644 index 611d7c7151..0000000000 --- a/python-pyrsistent/unibuild-packaging/deb/control-Ubuntu-18 +++ /dev/null @@ -1,61 +0,0 @@ -Source: pyrsistent -Maintainer: Debian Python Modules Team -Uploaders: - Andrej Shadura -Section: python -Priority: optional -Build-Depends: - debhelper (>= 10), - dh-python, - python3-all-dev, - python3-setuptools, - python3-six, - python3-pytest, - python3-pytest-runner, - python3-hypothesis, -Standards-Version: 4.3.0 -Testsuite: autopkgtest-pkg-python -Homepage: http://github.com/tobgu/pyrsistent/ -Vcs-Browser: https://salsa.debian.org/python-team/modules/pyrsistent -Vcs-Git: https://salsa.debian.org/python-team/modules/pyrsistent.git - -Package: python3-pyrsistent-u18 -Architecture: any -Multi-Arch: same -Conflicts: python3-pyrsistent, python3-pyrsistent-d10, python3-pyrsistent-d11, python3-pyrsistent-u20 -Provides: python3-pyrsistent -Depends: - ${misc:Depends}, - ${python3:Depends}, - ${shlibs:Depends} -Description: persistent/functional/immutable data structures for Python - Pyrsistent is a number of persistent collections (sometimes referred - to as functional data structures). Persistent in the sense that they - are immutable. - . - All methods on a data structure that would normally mutate it instead - return a new copy of the structure containing the requested updates. - The original structure is left untouched. - . - The collection types and key features currently implemented are: - . - * PVector, similar to a python list - * PMap, similar to dict - * PSet, similar to set - * PRecord, a PMap on steroids with fixed fields, optional type and - invariant checking and much more - * PClass, a Python class fixed fields, optional type and invariant - checking and much more - * Checked collections, PVector, PMap and PSet with optional type - and invariance checks and more - * PBag, similar to collections.Counter - * PList, a classic singly linked list - * PDeque, similar to collections.deque - * Immutable object type (immutable) built on the named tuple - * freeze and thaw functions to convert between pythons standard - collections and pyrsistent collections. - * Flexible transformations of arbitrarily complex structures built - from PMaps and PVectors. - . - This package contains the Python 3.x module. - diff --git a/python-pyrsistent/unibuild-packaging/deb/rules-Ubuntu-18 b/python-pyrsistent/unibuild-packaging/deb/rules-Ubuntu-18 deleted file mode 100755 index 4d0d932e75..0000000000 --- a/python-pyrsistent/unibuild-packaging/deb/rules-Ubuntu-18 +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/make -f - -# This file was automatically generated by stdeb 0.8.5 at -# Sat, 09 Feb 2019 12:28:42 +0100 -export PYBUILD_NAME=pyrsistent - -PYTHON3S:=$(shell py3versions -vr) - -%: - dh $@ --with python3 --buildsystem=pybuild - -override_dh_auto_install: - dh_auto_install - rm -rf debian/python-pyrsistent/trash - -override_dh_installchangelogs: - dh_installchangelogs CHANGES.txt - -override_dh_auto_test: - -# Ubuntu dbgsym.ddeb are currently not supported by reprepro -override_dh_strip: - dh_strip --no-automatic-dbgsym