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
256a9f1a
Commit
256a9f1a
authored
3 months ago
by
Thermi
Committed by
Natanael Copa
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-daemon: upgrade to 3.1.1
parent
84a95b37
No related branches found
Branches containing commit
No related tags found
2 merge requests
!79570
community/firefox-esr: upgrade to 128.7.0
,
!76403
Package updates
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-daemon/APKBUILD
+5
-8
5 additions, 8 deletions
community/py3-daemon/APKBUILD
community/py3-daemon/remove-docutils-depend.patch
+0
-16
0 additions, 16 deletions
community/py3-daemon/remove-docutils-depend.patch
with
5 additions
and
24 deletions
community/py3-daemon/APKBUILD
+
5
−
8
View file @
256a9f1a
# Contributor: Noel Kuntze <noel.kuntze@thermi.consulting>
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
pkgname
=
py3-daemon
pkgver
=
3.
0
.1
pkgver
=
3.
1
.1
pkgrel
=
0
pkgdesc
=
"Library to implement a well-behaved Unix daemon process"
url
=
"https://pagure.io/python-daemon"
...
...
@@ -10,15 +10,13 @@ arch="noarch"
license
=
"Apache-2.0 AND GPL-3.0-or-later"
depends
=
"py3-setuptools py3-lockfile"
makedepends
=
"
py3-changelog-chug
py3-docutils
py3-gpep517
py3-wheel"
subpackages
=
"
$pkgname
-pyc"
source
=
"
https://pypi.io/packages/source/p/python-daemon/python-daemon-
$pkgver
.tar.gz
remove-docutils-depend.patch
"
builddir
=
"
$srcdir
/python-daemon-
$pkgver
"
source
=
"https://files.pythonhosted.org/packages/source/p/python_daemon/python_daemon-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/python_daemon-
$pkgver
"
prepare
()
{
default_prepare
...
...
@@ -40,6 +38,5 @@ package() {
}
sha512sums
=
"
ea35ec3e930e533ef08a492aa36492a958c9258857cdc75ab2ddb6688a7d8990282cfa0f63ee5cb6b7036b9cb71be03631d5d0d58788a08052425a441bce4e9a python-daemon-3.0.1.tar.gz
20bc4bce7fba9754d1c9bca298f9b4ff7fe90ecf51769df2020912f370650a5997f91c99c6be2ecffed10a6b359a29b1f64b0c391772451eb3c04769df381015 remove-docutils-depend.patch
faf074e8ef07b5cda32cbdd66f613d2830569d6a0316b8048e0173b65c45b5472a42a90edacecb811c4cd7daf1d239f898f8a939c4dfb807ef88455f2dc27a9b python_daemon-3.1.1.tar.gz
"
This diff is collapsed.
Click to expand it.
community/py3-daemon/remove-docutils-depend.patch
deleted
100644 → 0
+
0
−
16
View file @
84a95b37
diff --git a/setup.py.orig b/setup.py
index 24f0e7cb98a..d712294c20b 100644
--- a/setup.py.orig
+++ b/setup.py
@@ -96,11 +96,6 @@
setup_kwargs = dict(
],
)
-# Docutils is only required for building, but Setuptools can't distinguish
-# dependencies properly.
-# See <URL:https://github.com/pypa/setuptools/issues/457>.
-setup_kwargs['install_requires'].append("docutils")
-
if __name__ == '__main__':
setup(**setup_kwargs)
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