10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-2w+tGCn91EGxhSMG6YVjmCBNwHhtKZbdLgyLuOJhM7I=";
20 propagatedBuildInputs = [
25 nativeCheckInputs = [ unittestCheckHook ];
27 unittestFlagsArray = [ "tests/ '*test.py'" ];
30 description = "Pythonic wrapper for the Wikipedia API";
31 homepage = "https://github.com/goldsmith/Wikipedia";
32 changelog = "https://github.com/goldsmith/Wikipedia/blob/master/CHANGELOG.md";
33 license = licenses.mit;
34 maintainers = with maintainers; [ natsukium ];