Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-punx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
PETRA III Debian Packages
python-punx
Commits
5416af5b
Commit
5416af5b
authored
3 years ago
by
jkotan
Browse files
Options
Downloads
Patches
Plain Diff
remove python2
parent
03eef0f3
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/compat
+1
-1
1 addition, 1 deletion
debian/compat
debian/control
+2
-16
2 additions, 16 deletions
debian/control
debian/rules
+1
-4
1 addition, 4 deletions
debian/rules
with
4 additions
and
21 deletions
debian/compat
+
1
−
1
View file @
5416af5b
9
10
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
16
View file @
5416af5b
...
...
@@ -2,22 +2,10 @@ Source: python-punx
Section: python
Priority: optional
Maintainer: Jan Kotanski (jkotan) <jankotan@gmail.com>
Build-Depends: python (>=
2.6
), debhelper (>=
9
.0),
python-all, dh-python, python-setuptools, python-numpy,
python3-all, dh-python, python3-setuptools, python3-numpy, python3-six, python
-six, python-h5py, python3-h5py, python-github
, python3-github
Build-Depends: python
3
(>=
3.3
), debhelper (>=
10
.0), python3-all, dh-python, python3-setuptools, python3-numpy, python3-six, python
3-h5py
, python3-github
Vcs-browser: https://github.com/nexpy/punx/
Homepage: https://github.com/nexpy/punx/
X-Python-Version: >=2.7
X-Python3-Version: >= 3.2
Standards-Version: 3.9.8
Package: python-punx
Architecture: all
Homepage: https://github.com/nexpy/punx/
Depends: ${python:Depends}, ${misc:Depends}, python-h5py (>=2.2.1), python-tz, python-numpy, python-h5py (>=2.2.1), python-six, python-qt4, python-requests, python-lxml, python-github, python-pyresttable
Provides: ${python:Provides}
Description: Python Utilities for NeXus HDF5 files
.
Look for more information about this:
https://github.com/nexpy/punx/
Standards-Version: 4.3.0
Package: punx
Architecture: all
...
...
@@ -25,7 +13,6 @@ Homepage: https://github.com/nexpy/punx/
Provides: ${python3:Provides}
Depends: python3-punx, ${python3:Depends}, ${misc:Depends}, python3-h5py (>=2.2.1), python3-tz, python3-numpy, python3-h5py (>=2.2.1), python3-six, python3-pyqt4, python3-requests, python3-lxml, python3-github, python3-pyresttable
Description: Python Utilities for NeXus HDF5 files
.
Look for more information about this:
https://github.com/nexpy/punx/
...
...
@@ -35,6 +22,5 @@ Homepage: https://github.com/nexpy/punx/
Provides: ${python3:Provides}
Depends: ${python3:Depends}, ${misc:Depends}, python3-h5py (>=2.2.1), python3-tz, python3-numpy, python3-h5py (>=2.2.1), python3-six, python3-pyqt4, python3-requests, python3-lxml, python3-github, python3-pyresttable
Description: Python Utilities for NeXus HDF5 files
.
Look for more information about this:
https://github.com/nexpy/punx/
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
4
View file @
5416af5b
...
...
@@ -3,22 +3,19 @@
export
DH_VERBOSE
=
1
export
PYBUILD_NAME
=
punx
PYTHON2_VERSIONS
=
$(
shell pyversions
-r
)
PYTHON3_VERSIONS
=
$(
shell py3versions
-r
)
%
:
dh
$@
--with
python2,
python3
--buildsystem
=
pybuild
dh
$@
--with
python3
--buildsystem
=
pybuild
override_dh_auto_clean
:
dh_auto_clean
rm
-rf
build
override_dh_auto_install
:
dh_numpy
dh_numpy3
dh_auto_install
rm
-rf
debian/python-punx/usr/bin
mkdir
-p
debian/punx/usr
mv
$(CURDIR)/debian/python3-punx/usr/bin
$(CURDIR)/debian/punx/usr
...
...
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