Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instaloader: update to 4.7.4. #31800

Merged
merged 1 commit into from
Jul 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 4 additions & 13 deletions srcpkgs/instaloader/template
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
# Template file for 'instaloader'
pkgname=instaloader
version=4.5.5
version=4.7.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-urllib3 python3-idna python3-chardet
python3-certifi"
depends="python3-requests"
checkdepends="${depends}"
short_desc="Download pictures with metadata from Instagram"
maintainer="fosslinux <fosslinux@aussies.space>"
license="MIT"
homepage="https://instaloader.github.io"
distfiles="${PYPI_SITE}/i/${pkgname}/${pkgname}-${version}.tar.gz
https://raw.githubusercontent.com/${pkgname}/${pkgname}/v${version}/LICENSE"
checksum="2ca70401c1a52f3955ba99cae0fb7183795260386e4ad897d6b0dec3e8a12a96
5505f0eaa928f29c3ba985724688429bb275490e89e4976d2ec7da124c2fc0cc"
skip_extraction="LICENSE"

# ship your licenses, people
post_extract() {
cp "${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE" .
}
distfiles="${PYPI_SITE}/i/instaloader/instaloader-${version}.tar.gz"
checksum=75bd55c36b5df82ced90812dd1dbc3f1a66094671d8a083d3f415d93b39fb835

post_install() {
vlicense LICENSE
Expand Down