Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
cb9126e4
Verified
Commit
cb9126e4
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-pluggy: bump to 0.12.0
parent
a2074142
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!313
Misc package bumps for Maintainer: Max Rees, 2019.08.06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/py3-pluggy/APKBUILD
+4
-7
4 additions, 7 deletions
user/py3-pluggy/APKBUILD
user/py3-pluggy/scm.patch
+11
-13
11 additions, 13 deletions
user/py3-pluggy/scm.patch
with
15 additions
and
20 deletions
user/py3-pluggy/APKBUILD
+
4
−
7
View file @
cb9126e4
...
...
@@ -2,7 +2,7 @@
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
py3-pluggy
_pkgname
=
pluggy
pkgver
=
0.
7.1
pkgver
=
0.
12.0
pkgrel
=
0
pkgdesc
=
"Plugin management and hook calling for Python"
url
=
"https://pypi.python.org/pypi/pluggy"
...
...
@@ -10,7 +10,7 @@ arch="noarch"
options
=
"!check"
# Cyclic dependency with py3-pytest. Passes on x86_64
# Certified net clean
license
=
"MIT"
depends
=
"python3"
depends
=
"python3
py3-importlib_metadata
"
makedepends
=
"python3-dev"
#checkdepends="py3-pytest"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/p/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz
...
...
@@ -18,19 +18,16 @@ source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
check
()
{
cd
"
$builddir
"
PYTHONPATH
=
"
$builddir
/build/lib:
$PYTHONPATH
"
pytest testing
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
e19f6c1b3f2e711df1c8b075a2b802751afd218f1b692f08b2434c01d71c402331ff8c937550fbdfece2098f6d6856422d485f193e188916b365ded2e4087697
py3-pluggy-0.
7.1
.tar.gz
6b805de27cf1255e0279e076fbcb94ef0494ab0d8bc73999ab45afdb026108d249b730932e28b723b9a0d63aba1746da6e72901cebb9ab6bd91ea3b5e9e64d3b
scm.patch"
sha512sums
=
"
a3a64caefc797334b73b0614e467613b99909037a62dcbfbb0cf917788ee8d12af4f43d7c371634ac6eb6f32a5aa08e51aa8179e70b5998d4d055cd7f535129f
py3-pluggy-0.
12.0
.tar.gz
7a5c4d3fe2d57b079c2589c2ca1b75d96ff2561cf5bfb7991b81828dd6de04f6b126633f248bb71a5f165174184792b5857f9c7678e694dd68e0ba2b1ffef627
scm.patch"
This diff is collapsed.
Click to expand it.
user/py3-pluggy/scm.patch
+
11
−
13
View file @
cb9126e4
--- pluggy-0.
7.1
/setup.py 201
8
-0
7
-2
8 22:45:12
.000000000
+00
00
+++ pluggy-0.
7.1
/setup.py 201
8-10-11 04:54:18.590233336 +00
00
@@ -2
4,10
+2
4
,7 @@
name=
'
pluggy
'
,
description=
'
plugin and hook calling mechanisms for python
'
,
--- pluggy-0.
12.0
/setup.py 201
9
-0
5
-2
7 16:19:53
.000000000
-04
00
+++ pluggy-0.
12.0
/setup.py 201
9-08-06 04:29:39.930173285 -04
00
@@ -2
9,8
+2
9
,7 @@
def main():
name=
"
pluggy
"
,
description=
"
plugin and hook calling mechanisms for python
"
,
long_description=long_description,
- use_scm_version={
- 'write_to': 'pluggy/_version.py',
- },
- setup_requires=['setuptools-scm'],
+ version='0.7.1',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'win32'],
author='Holger Krekel',
- use_scm_version={"write_to": "src/pluggy/_version.py"},
- setup_requires=["setuptools-scm"],
+ version='0.12.0',
license="MIT license",
platforms=["unix", "linux", "osx", "win32"],
author="Holger Krekel",
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