Skip to content
Snippets Groups Projects
Commit a00e764e authored by Adam Cecile's avatar Adam Cecile
Browse files

Import Debian changes 0.1.1-1

python-asyncache (0.1.1-1) unstable; urgency=medium

  * Initial release (Closes: #983501).
parent b80b309b
No related branches found
No related tags found
No related merge requests found
python-asyncache (0.1.1-1) unstable; urgency=medium
* Initial release (Closes: #983501).
-- Adam Cecile <acecile@le-vert.net> Thu, 25 Feb 2021 08:27:22 +0100
Source: python-asyncache
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-sphinxdoc <!nodoc>,
python3-all,
python3-setuptools,
python3-cachetools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-pytest <!nocheck>,
Standards-Version: 4.5.0
Homepage: https://github.com/hephex/asyncache
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-asyncache
Vcs-Git: https://salsa.debian.org/python-team/packages/python-asyncache.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-asyncache
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Suggests: python-asyncache-doc
Description: Helpers to use cachetools with asyncio (Python 3)
This package contains async wrapper to use Python cachetools module
in asynchronous code.
.
This package installs the library for Python 3.
Package: python-asyncache-doc
Architecture: all
Section: doc
Depends:
${sphinxdoc:Depends},
${misc:Depends},
Description: Helpers to use cachetools with asyncio (common documentation)
This package contains async wrapper to use Python cachetools module
in asynchronous code.
.
This is the common documentation package.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: asyncache
Source: https://pypi.org/project/asyncache/#files
Files: *
Copyright: 2018 Hephex
License: Expat
Files: debian/*
Copyright: 2021 Adam Cecile <acecile@le-vert.net>
License: Expat
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[DEFAULT]
debian-branch=debian/master
pristine-tar = True
Document: python-asyncache
Title: Debian python-asyncache Manual
Author: Hephex
Abstract: User HTML documentation of asyncache Python module
Section: Programming/Python
Format: HTML
Index: /usr/share/doc/python-asyncache-doc/html/index.html
Files: /usr/share/doc/python-asyncache-doc/html/*.html
build/html
#!/usr/bin/make -f
export PYBUILD_NAME=asyncache
%:
dh $@ --with python3 --buildsystem=pybuild
# To replace dh-sequence-sphinxdoc b-dep on older debhelpers
#%:
#ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
# dh $@ --with python3,sphinxdoc --buildsystem=pybuild
#else
# dh $@ --with python3 --buildsystem=pybuild
#endif
override_dh_auto_clean:
dh_auto_clean
rm -rf .pytest_cache/
override_dh_auto_build:
dh_auto_build
ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html
endif
override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_PROFILES)),)
dh_auto_test
endif
3.0 (quilt)
extend-diff-ignore = "^[^/]*[.]egg-info/"
Bug-Database: https://github.com/hephex/asyncache/issues
Bug-Submit: https://github.com/hephex/asyncache/issues/new
Name: asyncache
Repository: https://github.com/hephex/asyncache.git
Repository-Browse: https://github.com/hephex/asyncache
version=4
https://pypi.debian.net/asyncache/asyncache-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment