summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1b5515e0133df58e4fdd826ce100305346872e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pkgbase = python-check50
	pkgdesc = Command-line program with which you can check the correctness of your programs in the CS50 courses.
	pkgver = 3.4.0
	pkgrel = 1
	url = https://github.com/cs50/check50
	arch = any
	license = GPLv3
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-packaging
	depends = git
	depends = python
	depends = python-attrs
	depends = python-beautifulsoup4
	depends = python-lib50
	depends = python-pexpect
	depends = python-requests
	depends = python-termcolor
	depends = python-jinja
	depends = python-jellyfish
	depends = python-yaml
	depends = python-cryptography
	optdepends = python-babel
	source = https://files.pythonhosted.org/packages/source/c/check50/check50-3.4.0.tar.gz
	sha256sums = 8a17a3ce74c1cdb0cefd43ad1f55ca488ce2c62f71998886209a757f094be89a

pkgname = python-check50