From 621b907cbd2afe6196d8e795172d9783c2b967b0 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 10 Jan 2022 03:32:03 +0300 Subject: python-scrape-schema-recipe: use types-requests --- python-scrape-schema-recipe/.SRCINFO | 4 ++-- python-scrape-schema-recipe/PKGBUILD | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'python-scrape-schema-recipe') diff --git a/python-scrape-schema-recipe/.SRCINFO b/python-scrape-schema-recipe/.SRCINFO index c05e8eb..4358145 100644 --- a/python-scrape-schema-recipe/.SRCINFO +++ b/python-scrape-schema-recipe/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-scrape-schema-recipe pkgdesc = Scrapes food recipes from HTML into Python dictionaries pkgver = 0.2.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/micahcochran/scrape-schema-recipe arch = any license = Apache @@ -11,7 +11,7 @@ pkgbase = python-scrape-schema-recipe depends = python-importlib_resources depends = python-isodate depends = python-requests - depends = python-typeshed-git + depends = python-types-requests source = python-scrape-schema-recipe-0.2.0.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.0.tar.gz sha256sums = ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf diff --git a/python-scrape-schema-recipe/PKGBUILD b/python-scrape-schema-recipe/PKGBUILD index c1e894a..0c8b57f 100644 --- a/python-scrape-schema-recipe/PKGBUILD +++ b/python-scrape-schema-recipe/PKGBUILD @@ -1,13 +1,19 @@ # Maintainer: Yigit Sever + pkgname=python-scrape-schema-recipe _pkgname=scrape-schema-recipe pkgver=0.2.0 -pkgrel=1 +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-typeshed-git') +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=('ecc253c82a9346c66e77005680a3f746a2feca7292bbcab0c4357b2757a0d1bf') -- cgit v1.2.3-70-g09d2