Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
7a2a3015
Verified
Commit
7a2a3015
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-pkginfo: upgrade to 1.8.3
needed for twine to work at all
parent
c5de69cd
Loading
Loading
2 merge requests
!54607
main/sofia-sip: backport support for forking SIP calls
,
!41733
community/linux-edge: fix build on x86_64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-pkginfo/APKBUILD
+6
-4
6 additions, 4 deletions
community/py3-pkginfo/APKBUILD
community/py3-pkginfo/dont-package-tests.patch
+4
-1
4 additions, 1 deletion
community/py3-pkginfo/dont-package-tests.patch
with
10 additions
and
5 deletions
community/py3-pkginfo/APKBUILD
+
6
−
4
View file @
7a2a3015
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
py3-pkginfo
pkgver
=
1.
5.0.1
pkgrel
=
3
pkgver
=
1.
8.3
pkgrel
=
0
pkgdesc
=
"Parses metadata stored by distutils in PKG-INFO"
url
=
"https://code.launchpad.net/~tseaver/pkginfo"
arch
=
"noarch"
...
...
@@ -27,6 +27,8 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"319bb403970affd5a4222dfdb3d17738630d1350ea84e51ad1bebc6c8c72e0dcfd69a4eaf5e7bd156b8e605d806357922c05cc994dcafb01b7a33c617b2df447 pkginfo-1.5.0.1.tar.gz
sha512sums
=
"
54a67bdf078b38600651cb94afa62e9d86fce512022b1e79eb4565289ae3fad2325647654704488968e18cd85cbba4bd0ce28392fd09ae9638ee449e802273eb pkginfo-1.8.3.tar.gz
3eb9d1fe871b312f75b96158fa59f25a4533ac23873042776c129fa9489bc1e16883e4e2bef6401b283b8479b0cf86c4b49a5400c261ebea106bc01233881198 disable-failing-test.patch
73a0b9191e1b39169d665cbbabba20254e33bb1e4b4e3c03b865425bd47309cbc92d1d8e125b68b57f657a583b070021819a061cf38a6cdd4ff009b23061ac8f dont-package-tests.patch"
f98ec61a87a52d9a8985ea6cbf5af3e7e63a3e4d20285e8211c242c192b850682c5cf208355635e5eba36c750aa9f88e09afe3cd91356d7547914b1534cc40ff dont-package-tests.patch
"
This diff is collapsed.
Click to expand it.
community/py3-pkginfo/dont-package-tests.patch
+
4
−
1
View file @
7a2a3015
diff --git a/setup.py b/setup.py
index cce83aa..fab8c24 100644
--- a/setup.py
+++ b/setup.py
@@ -
48,6 +48,6 @@
@@ -
50,7 +50,7 @@
setup(
'pkginfo = pkginfo.commandline:main',
]
},
- packages=['pkginfo', 'pkginfo.tests'],
+ packages=['pkginfo'],
python_requires='>=2.7, ' + EXCLUDED_PY3_VERSIONS,
**extras
)
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