* add mising meta files

This commit is contained in:
Alexander Baldeck 2024-08-08 07:00:05 +02:00
parent 6d5c1f4185
commit c79ce92907
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,16 @@
pkgbase = python-html2text
pkgdesc = A HTML to markdown-structured text converter
pkgver = 2024.2.26
pkgrel = 1
url = https://pypi.python.org/pypi/html2text/
arch = any
license = GPL-3.0-only
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
provides = html2text
replaces = html2text
source = python-html2text-2024.2.26.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/2024.2.26.tar.gz
sha256sums = 3632dbbb3dafbf28bee3709df67ccc48d2dc9510c75903c38f860a36e397c386
pkgname = python-html2text

View File

@ -0,0 +1,3 @@
[python-html2text]
source = "git"
git = "https://github.com/Alir3z4/html2text.git"