From 795c2e7658deddc4f963ef6bcd7e971c9db9951f Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 6 Dec 2023 13:44:09 +0300 Subject: Deleted package: python-scrape-schema-recipe --- python-scrape-schema-recipe/.SRCINFO | 18 ------------------ python-scrape-schema-recipe/PKGBUILD | 29 ----------------------------- 2 files changed, 47 deletions(-) delete mode 100644 python-scrape-schema-recipe/.SRCINFO delete mode 100644 python-scrape-schema-recipe/PKGBUILD (limited to 'python-scrape-schema-recipe') diff --git a/python-scrape-schema-recipe/.SRCINFO b/python-scrape-schema-recipe/.SRCINFO deleted file mode 100644 index 539f49d..0000000 --- a/python-scrape-schema-recipe/.SRCINFO +++ /dev/null @@ -1,18 +0,0 @@ -pkgbase = python-scrape-schema-recipe - pkgdesc = Scrapes food recipes from HTML into Python dictionaries - pkgver = 0.2.2 - pkgrel = 2 - url = https://github.com/micahcochran/scrape-schema-recipe - arch = any - license = Apache - makedepends = python-setuptools - depends = python-dataclasses - depends = python-extruct - depends = python-importlib_resources - depends = python-isodate - depends = python-requests - depends = python-types-requests - source = python-scrape-schema-recipe-0.2.2.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.2.tar.gz - sha256sums = aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216 - -pkgname = python-scrape-schema-recipe diff --git a/python-scrape-schema-recipe/PKGBUILD b/python-scrape-schema-recipe/PKGBUILD deleted file mode 100644 index 755f58f..0000000 --- a/python-scrape-schema-recipe/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Yigit Sever - -pkgname=python-scrape-schema-recipe -_pkgname=scrape-schema-recipe -pkgver=0.2.2 -pkgrel=2 -pkgdesc="Scrapes food recipes from HTML into Python dictionaries" -arch=('any') -url="https://github.com/micahcochran/scrape-schema-recipe" -license=('Apache') -depends=('python-dataclasses' - 'python-extruct' - 'python-importlib_resources' - 'python-isodate' - 'python-requests' - 'python-types-requests') -makedepends=('python-setuptools') -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216') - -build() { - cd "${_pkgname}-${pkgver}" - python setup.py build -} - -package() { - cd "${_pkgname}-${pkgver}" - python setup.py install --root="$pkgdir" --optimize=1 -} -- cgit v1.2.3-70-g09d2