Import Debian changes 1.4.0-ok1
python-pluggy (1.4.0-ok1) nile; urgency=medium * Build for openKylin.
This commit is contained in:
parent
aac45db4aa
commit
3ae8659ac7
|
@ -0,0 +1,5 @@
|
|||
python-pluggy (1.4.0-ok1) nile; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- openKylinBot <openKylinBot@openkylin.top> Tue, 07 May 2024 10:52:10 +0800
|
|
@ -0,0 +1,2 @@
|
|||
src/pluggy/_version.py
|
||||
src/pluggy.egg-info/
|
|
@ -0,0 +1,31 @@
|
|||
Source: python-pluggy
|
||||
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
|
||||
Uploaders:
|
||||
Timo Röhling <roehling@debian.org>,
|
||||
Homepage: https://pluggy.readthedocs.io/en/latest/
|
||||
Section: python
|
||||
Priority: optional
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-python3,
|
||||
pybuild-plugin-pyproject,
|
||||
python3-all,
|
||||
python3-pytest <!nocheck>,
|
||||
python3-setuptools,
|
||||
python3-setuptools-scm,
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pluggy.git
|
||||
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pluggy
|
||||
Testsuite: autopkgtest-pkg-pybuild
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: python3-pluggy
|
||||
Architecture: all
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
Description: plugin and hook calling mechanisms for Python - 3.x
|
||||
pluggy is the cristallized core of plugin management as used by some 150
|
||||
plugins for pytest.
|
||||
.
|
||||
This is the Python 3 library.
|
|
@ -0,0 +1,30 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: pluggy
|
||||
Source: https://github.com/pytest-dev/pluggy
|
||||
|
||||
Files: *
|
||||
Copyright: (c) 2015 holger krekel (rather uses bitbucket/hpk42)
|
||||
License: Expat
|
||||
|
||||
Files: debian/*
|
||||
Copyright: Copyright 2015 Barry Warsaw <barry@debian.org>
|
||||
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.
|
|
@ -0,0 +1,2 @@
|
|||
testing
|
||||
|
|
@ -0,0 +1 @@
|
|||
docs/examples/*
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/dpkg/pkg-info.mk
|
||||
|
||||
export PYBUILD_NAME=pluggy
|
||||
export PYBUILD_TEST_ARGS=testing
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM)
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=pybuild
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,4 @@
|
|||
Bug-Database: https://github.com/pytest-dev/pluggy/issues
|
||||
Bug-Submit: https://github.com/pytest-dev/pluggy/issues/new
|
||||
Repository: https://github.com/pytest-dev/pluggy.git
|
||||
Repository-Browse: https://github.com/pytest-dev/pluggy
|
|
@ -0,0 +1,5 @@
|
|||
# use Github instead of pypi to avoid importing _version.py
|
||||
version=4
|
||||
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
|
||||
https://github.com/pytest-dev/pluggy/tags \
|
||||
(?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@
|
Loading…
Reference in New Issue