[Python-modules-commits] [python-pysolar] 07/08: remove Python 2, because not supported by upstream anymore
Wolfgang Borgert
debacle at moszumanska.debian.org
Thu Aug 10 18:49:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-pysolar.
commit a28f4543d6c90bc85f6fef27df77cfb45a7c567c
Author: W. Martin Borgert <debacle at debian.org>
Date: Thu Aug 10 20:34:50 2017 +0200
remove Python 2, because not supported by upstream anymore
---
debian/control | 16 ++--------------
debian/rules | 2 +-
2 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index 0a05ce9..d500696 100644
--- a/debian/control
+++ b/debian/control
@@ -3,24 +3,12 @@ Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle at debian.org>
-Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 10), python-setuptools, python3-all, python3-setuptools
+Build-Depends: debhelper (>= 10), python3-all, python3-setuptools
Standards-Version: 4.0.1
Homepage: http://pysolar.org
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pysolar.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pysolar.git
-Package: python-pysolar
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
-Description: Python library for precise ephemeris calculations
- Pysolar is a collection of Python libraries for simulating the irradiation
- of any point on earth by the sun. It includes code for extremely precise
- ephemeris calculations.
- .
- This package provides the Python 2.x module.
-
Package: python3-pysolar
Architecture: all
Depends:
@@ -31,4 +19,4 @@ Description: Python library for precise ephemeris calculations
of any point on earth by the sun. It includes code for extremely precise
ephemeris calculations.
.
- This package provides the Python 3.x module.
+ This package is only available for Python 3.
diff --git a/debian/rules b/debian/rules
index 27fa46b..dd055d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
export PYBUILD_NAME=pysolar
%:
- dh $@ --buildsystem=pybuild --with python2,python3
+ dh $@ --buildsystem=pybuild --with python3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git
More information about the Python-modules-commits
mailing list