Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-txaio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenStack
python
python-txaio
Commits
edc31b82
Commit
edc31b82
authored
5 years ago
by
Sandro Tosi
Browse files
Options
Downloads
Patches
Plain Diff
Drop python2 support; Closes: #938232
parent
44922125
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+5
-1
5 additions, 1 deletion
debian/changelog
debian/control
+3
-34
3 additions, 34 deletions
debian/control
debian/rules
+5
-5
5 additions, 5 deletions
debian/rules
with
13 additions
and
40 deletions
debian/changelog
+
5
−
1
View file @
edc31b82
python-txaio (2.10.0-2) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
-- Ondřej Nový <onovy@debian.org> Thu, 18 Jul 2019 16:53:56 +0200
[ Sandro Tosi ]
* Drop python2 support; Closes: #938232
-- Sandro Tosi <morph@debian.org> Sat, 04 Jan 2020 20:51:26 -0500
python-txaio (2.10.0-1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
3
−
34
View file @
edc31b82
...
...
@@ -8,21 +8,12 @@ Build-Depends:
debhelper-compat (= 10),
dh-python,
openstack-pkg-tools,
python-all,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
python-alabaster,
python-enchant,
python-mock,
python-pytest,
python-six,
python-sphinx-rtd-theme,
python-trollius,
python-twisted,
python-zope.interface,
python3-alabaster,
python3-sphinx-rtd-theme,
python3-enchant,
python3-mock,
python3-pytest,
...
...
@@ -34,28 +25,6 @@ Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-txaio
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-txaio.git
Homepage: https://github.com/tavendo/txaio
Package: python-txaio
Architecture: all
Depends:
python-six,
python-trollius,
python-twisted,
python-zope.interface,
${misc:Depends},
${python:Depends},
Suggests:
python-txaio-doc,
Description: compatibility API between asyncio/Twisted/Trollius - Python 2.x
Txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio.
.
This is like six , but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka "source code
compatibility"). In other words: users can choose if they want asyncio or
Twisted as a dependency.
.
This package contains the Python 2.x module.
Package: python-txaio-doc
Section: doc
Architecture: all
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
5
View file @
edc31b82
...
...
@@ -4,10 +4,10 @@ UPSTREAM_GIT := https://github.com/crossbario/txaio.git
include /usr/share/openstack-pkg-tools/pkgos.make
%:
dh $@ --buildsystem=py
thon_distut
il
s
--with
python2,
python3,sphinxdoc
dh $@ --buildsystem=py
bu
il
d
--with python3,sphinxdoc
override_dh_auto_install:
pkgos-dh_auto_install
pkgos-dh_auto_install
--no-py2
# they are useless and conflicting files
find debian -name LICENSE -delete
...
...
@@ -19,12 +19,12 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
endif
override_dh_sphinxdoc:
PYTHONPATH=. sphinx
-build
-b html docs debian/python-txaio-doc/usr/share/doc/python-txaio-doc/html
dh_sphinxdoc
-O--buildsystem=python_distutils
PYTHONPATH=.
python3 -m
sphinx -b html docs debian/python-txaio-doc/usr/share/doc/python-txaio-doc/html
dh_sphinxdoc
override_dh_clean:
dh_clean
-O--buildsystem=python_distutils
dh_clean
rm -rf build
# Commands not to run
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment