Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-flexmock
Manage
Activity
Members
Labels
Plan
Wiki
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
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
Debian Python Team
packages
python-flexmock
Commits
f30fa4d0
Commit
f30fa4d0
authored
5 years ago
by
Stefano Rivera
Browse files
Options
Downloads
Patches
Plain Diff
Drop python 2 binary package, no longer used in Debian. (Closes: #937762)
parent
d3a6d4ef
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
+2
-0
2 additions, 0 deletions
debian/changelog
debian/control
+0
-24
0 additions, 24 deletions
debian/control
debian/rules
+1
-2
1 addition, 2 deletions
debian/rules
with
3 additions
and
26 deletions
debian/changelog
+
2
−
0
View file @
f30fa4d0
python-flexmock (0.10.4-3) UNRELEASED; urgency=medium
* Drop python 2 binary package, no longer used in Debian.
(Closes: #937762)
* Bump Standards-Version to 4.5.0, no changes needed.
-- Stefano Rivera <stefanor@debian.org> Thu, 07 May 2020 15:12:53 -0700
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
0
−
24
View file @
f30fa4d0
...
...
@@ -6,8 +6,6 @@ Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python (>= 1.20130807),
python-all (>= 2.7),
python-nose,
python3-all (>= 3.4),
python3-nose,
python3-pytest
...
...
@@ -17,28 +15,6 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/python-flexmock.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-flexmock
Rules-Requires-Root: no
Package: python-flexmock
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Mock/Stub/Spy library for Python
flexmock is a testing library for Python that makes it easy to create mocks,
stubs and fakes.
.
The API is inspired by a Ruby library of the same name, but Python flexmock is
not a clone of the Ruby version. It omits a number of redundancies in the Ruby
flexmock API, alters some defaults, and introduces a number of Python-only
features.
.
flexmock's design focuses on simplicity and intuitiveness. This means that the
API is as lean as possible, though a few convenient short-hand methods are
provided to aid brevity and readability.
.
flexmock declarations are structured to read more like English sentences than
API calls, and it is possible to chain them together in any order to achieve
high degree of expressiveness in a single line of code.
.
This package contains the Python 2.x version of flexmock.
Package: python3-flexmock
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
2
View file @
f30fa4d0
#!/usr/bin/make -f
export PYBUILD_NAME=flexmock
export PYBUILD_DISABLE_python2=test
%:
dh $@ --with
python2,
python3 --buildsystem pybuild
dh $@ --with python3 --buildsystem pybuild
override_dh_auto_test:
dh_auto_test -- --system=custom \
...
...
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