~sircmpwn/sr.ht-packages

sr.ht-apkbuilds: Remove dependency on weasyprint v1 APPLIED

Conrad Hoffmann: 1
 Remove dependency on weasyprint

 1 files changed, 1 insertions(+), 1 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.sr.ht/~sircmpwn/sr.ht-packages/patches/39671/mbox | git am -3
Learn more about email & git

[PATCH sr.ht-apkbuilds] Remove dependency on weasyprint Export this patch

PDF generation is now handled in Go code. According to git history,
py3-html5lib was a dependency of weasyprint, so remove it as well.
---
 sr.ht/meta.sr.ht/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sr.ht/meta.sr.ht/APKBUILD b/sr.ht/meta.sr.ht/APKBUILD
index a4bcb23..5fc7808 100644
--- a/sr.ht/meta.sr.ht/APKBUILD
+++ b/sr.ht/meta.sr.ht/APKBUILD
@@ -59,7 +59,7 @@ package() {
}

_billing() {
	depends="py3-weasyprint py3-html5lib py3-stripe"
	depends="py3-stripe"
	pkgdesc="Extra meta.sr.ht dependencies for billing"
	mkdir -p "$subpkgdir"/usr/lib/python3.8/site-packages/metasrht
	touch "$subpkgdir"/usr/lib/python3.8/site-packages/metasrht/.billing
-- 
2.39.2
Thanks!

To git@git.sr.ht:~sircmpwn/sr.ht-apkbuilds
   b05947a..d04e031  master -> master