~alpine/aports

testing/py3-sphinx-autorun: add aport v1 REJECTED

Dhruvin Gandhi: 1
 testing/py3-sphinx-autorun: add aport

 1 files changed, 27 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3802/mbox | git am -3
Learn more about email & git

[PATCH] testing/py3-sphinx-autorun: add aport Export this patch

---
 testing/py3-sphinx-autorun/APKBUILD | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 testing/py3-sphinx-autorun/APKBUILD

diff --git a/testing/py3-sphinx-autorun/APKBUILD b/testing/py3-sphinx-autorun/APKBUILD
new file mode 100644
index 0000000000..d19ac7cce3
--- /dev/null
+++ b/testing/py3-sphinx-autorun/APKBUILD
@@ -0,0 +1,27 @@
# Contributor: Dhruvin Gandhi <contact@dhruvin.dev>
# Maintainer: Dhruvin Gandhi <contact@dhruvin.dev>
pkgname=py3-sphinx-autorun
_pyname=sphinx-autorun
pkgver=1.1.1
pkgrel=0
pkgdesc="Sphinx extension to attach the output of runblock directive to the document"
url="https://github.com/WhyNotHugo/sphinx-autorun"
arch="noarch"
license="BSD-2-Clause"
depends="python3 py3-sphinx"
makedepends="py3-setuptools py3-setuptools_scm"
options="!check" # no tests
source="https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="
cfe99a9cd249d142fa52986964bca7fa392d15036e69f504b3ea0fdabd37a7c43329101df7cb5d02ff614b9da9cbef15a39f519bf416daa0589829fb7b21a482  sphinx-autorun-1.1.1.tar.gz
"
-- 
2.34.1
Please mark this patch rejected. The commit message is not correct.
Corresponding MR: !28411 [1]

I'll soon submit a correct patchset with few more packages dependent on
it. I'm not sure if my replies will be relayed to the MR as notes.

Refs:
[1] https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28411
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@team/mentors`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28411#note_206066
I created this MR via @mailinglist-bot before creating an account here. But it has been superseded by !28451. This can be closed now.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28411#note_206122