~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
5 4

[PATCH] testing/autotrash: new aport

Thiago Perrotta <tbperrotta@gmail.com>
Details
Message ID
<20211225232408.951-1-tbperrotta@gmail.com>
DKIM signature
missing
Download raw message
Patch: +23 -0
https://bneijt.nl/pr/autotrash/
Tool to automatically purge old trashed files

Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com>
---
 testing/autotrash/APKBUILD | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 testing/autotrash/APKBUILD

diff --git a/testing/autotrash/APKBUILD b/testing/autotrash/APKBUILD
new file mode 100644
index 0000000000..4cf1bb33a8
--- /dev/null
+++ b/testing/autotrash/APKBUILD
@@ -0,0 +1,23 @@
# Contributor: Thiago Perrotta <tbperrotta@gmail.com>
# Maintainer: Thiago Perrotta <tbperrotta@gmail.com>
pkgname=autotrash
pkgver=0.4.4
pkgrel=0
pkgdesc="Tool to automatically purge old trashed files"
url="https://bneijt.nl/pr/autotrash/"
arch="noarch"
license="GPLv3"
depends="python3 py3-setuptools"
options="!check"  # no tests
source="https://files.pythonhosted.org/packages/source/a/autotrash/autotrash-$pkgver.tar.gz"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
sha512sums="
b39be5a5cf137dde74d104565a536ceb8208d0c900f0b900c94ae7320b5e65b788e90ffbaaa14f90810931997def2aabfe858a8a00e3b7d9252d6738c6036dc3  autotrash-0.4.4.tar.gz
"
-- 
2.34.1
Details
Message ID
<164051009249.14324.8433245743585892420.gitlab.28868.76060a5a40f49ea0b38c88c2958fecab5da7f175@listserv.local>
In-Reply-To
<20211225232408.951-1-tbperrotta@gmail.com> (view parent)
DKIM signature
missing
Download raw message
On Sat, 25 Dec 2021 18:24:08 -0500, Thiago Perrotta wrote:
> +url="https://bneijt.nl/pr/autotrash/"
> +arch="noarch"
> +license="GPLv3"

Please use a valid [SPDX license](https://spdx.org/licenses/) specifier, which means either `GPL-3.0-or-later` or `GPL-3.0-only`.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28868#note_201220

[PATCH v2] testing/autotrash: new aport

Thiago Perrotta <tbperrotta@gmail.com>
Details
Message ID
<20211226184850.16144-1-tbperrotta@gmail.com>
In-Reply-To
<20211225232408.951-1-tbperrotta@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Patch: +23 -0
https://bneijt.nl/pr/autotrash/
Tool to automatically purge old trashed files

Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com>
---
Difference to V1: Use correct SPDX license ID, thanks to Kevin Daudt for
the comment.

 testing/autotrash/APKBUILD | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 testing/autotrash/APKBUILD

diff --git a/testing/autotrash/APKBUILD b/testing/autotrash/APKBUILD
new file mode 100644
index 0000000000..d9b1f18220
--- /dev/null
+++ b/testing/autotrash/APKBUILD
@@ -0,0 +1,23 @@
# Contributor: Thiago Perrotta <tbperrotta@gmail.com>
# Maintainer: Thiago Perrotta <tbperrotta@gmail.com>
pkgname=autotrash
pkgver=0.4.4
pkgrel=0
pkgdesc="Tool to automatically purge old trashed files"
url="https://bneijt.nl/pr/autotrash/"
arch="noarch"
license="GPL-3.0-or-later"
depends="python3 py3-setuptools"
options="!check"  # no tests
source="https://files.pythonhosted.org/packages/source/a/autotrash/autotrash-$pkgver.tar.gz"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
}
sha512sums="
b39be5a5cf137dde74d104565a536ceb8208d0c900f0b900c94ae7320b5e65b788e90ffbaaa14f90810931997def2aabfe858a8a00e3b7d9252d6738c6036dc3  autotrash-0.4.4.tar.gz
"
-- 
2.34.1
Details
Message ID
<164080896147.24590.10473504091104434697.gitlab.28868.76060a5a40f49ea0b38c88c2958fecab5da7f175@listserv.local>
In-Reply-To
<164051009249.14324.8433245743585892420.gitlab.28868.76060a5a40f49ea0b38c88c2958fecab5da7f175@listserv.local> (view parent)
DKIM signature
missing
Download raw message
On Sat, 25 Dec 2021 18:24:08 -0500, Thiago Perrotta wrote:
> +url="https://bneijt.nl/pr/autotrash/"
> +arch="noarch"
> +license="GPLv3"

Done via email patch.

c.f. https://lists.alpinelinux.org/~alpine/aports/%3C20211225232408.951-1-tbperrotta%40gmail.com%3E#%3C20211226184850.16144-1-tbperrotta@gmail.com%3E

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28868#note_202178
Details
Message ID
<164340360309.985.11089741583493612592.gitlab.28868.3b5d4a1d99c9114b974a2d4ff42aa637ae2d143b@listserv.local>
In-Reply-To
<20211225232408.951-1-tbperrotta@gmail.com> (view parent)
DKIM signature
missing
Download raw message
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/28868#note_210360
Details
Message ID
<164348884933.985.8250924510770377222.gitlab.28868.6f6c523739fbc619c6c7f0b9cad0688e9e02b0e9@listserv.local>
In-Reply-To
<20211225232408.951-1-tbperrotta@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Since the updated email patch doesn't update the MR, this has been superseded by a new MR: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/30183

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28868#note_210712
Reply to thread Export thread (mbox)