From 3425ca543ef54d0d766624761320df8b987a4654 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 29 Mar 2024 00:36:56 +0300 Subject: upgpkg: python-scrape-schema-recipe 0.2.2-2 Remove unneeded dependencies --- python-scrape-schema-recipe/.SRCINFO | 7 ++----- python-scrape-schema-recipe/PKGBUILD | 15 +++++---------- 2 files changed, 7 insertions(+), 15 deletions(-) (limited to 'python-scrape-schema-recipe') diff --git a/python-scrape-schema-recipe/.SRCINFO b/python-scrape-schema-recipe/.SRCINFO index ac54e91..8de277a 100644 --- a/python-scrape-schema-recipe/.SRCINFO +++ b/python-scrape-schema-recipe/.SRCINFO @@ -1,17 +1,14 @@ pkgbase = python-scrape-schema-recipe pkgdesc = Scrapes food recipes from HTML into Python dictionaries pkgver = 0.2.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/micahcochran/scrape-schema-recipe arch = any - license = Apache + license = Apache-2.0 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 diff --git a/python-scrape-schema-recipe/PKGBUILD b/python-scrape-schema-recipe/PKGBUILD index 3d98efd..254d2cb 100644 --- a/python-scrape-schema-recipe/PKGBUILD +++ b/python-scrape-schema-recipe/PKGBUILD @@ -3,18 +3,13 @@ pkgname=python-scrape-schema-recipe _pkgname=scrape-schema-recipe pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Scrapes food recipes from HTML into Python dictionaries" -arch=('any') +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') +license=("Apache-2.0") +depends=(python-extruct python-isodate python-requests) +makedepends=(python-setuptools) source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216') -- cgit v1.2.3-70-g09d2