From 2fbb4d17402e7bf53fa951ebef850856dbfd093c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Dec 2021 14:12:25 +0100 Subject: [PATCH] debian: stop building python2 package --- debian/control | 17 ----------------- debian/rules | 3 ++- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/debian/control b/debian/control index 9be815c..4616518 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,6 @@ Maintainer: Debian Python Modules Team Build-Depends: debhelper (>= 10), dh-python, - python-all, - python-httplib2, - python-iso8601, - python-setuptools, - python-six, python3-all, python3-httplib2, python3-iso8601, @@ -18,18 +13,6 @@ Build-Depends: debhelper (>= 10), Standards-Version: 3.9.6 Homepage: https://pypi.org/project/cmislib-maykin/ -Package: python-cmislib -Architecture: all -Depends: python-iso8601, - ${misc:Depends}, - ${python:Depends} -Description: CMIS client library for Python - Apache Chemistry cmislib is a CMIS client library for Python. - . - The goal of this library is to provide an interoperable API to CMIS - repositories such as Alfresco, Nuxeo, KnowledgeTree, MS SharePoint, EMC - Documentum, and any other content repository that is CMIS-compliant. - Package: python3-cmislib Architecture: all Depends: python3-iso8601, diff --git a/debian/rules b/debian/rules index 78e3620..e241615 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ #export DH_VERBOSE=1 export PYBUILD_NAME=cmislib +export PYBUILD_DISABLE=test %: - dh $@ --with=python2,python3 --buildsystem=pybuild + dh $@ --with=python3 --buildsystem=pybuild