summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0191d58baea1274a5558fb3168247bac0ca1c57b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = python-outdated
	pkgdesc = Check if a version of a PyPI package is outdated
	pkgver = 0.2.1
	pkgrel = 4
	url = https://github.com/alexmojaki/outdated
	arch = any
	license = MIT
	makedepends = python-setuptools-scm
	makedepends = python-wheel
	makedepends = git
	depends = python-requests
	depends = python-littleutils
	source = outdated-0.2.1::git+https://github.com/alexmojaki/outdated.git?#tag=v0.2.1
	sha512sums = SKIP

pkgname = python-outdated