pythonPackages.internetarchive: 1.9.4 -> 1.9.5 (#100142)
This commit is contained in:
parent
53c0d59ba5
commit
a4a1b25469
@ -1,5 +1,5 @@
|
|||||||
{ buildPythonPackage
|
{ buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchPypi
|
||||||
, pytest
|
, pytest
|
||||||
, six
|
, six
|
||||||
, tqdm
|
, tqdm
|
||||||
@ -19,14 +19,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "internetarchive";
|
pname = "internetarchive";
|
||||||
version = "1.9.4";
|
version = "1.9.5";
|
||||||
|
|
||||||
# Can't use pypi, data files for tests missing
|
src = fetchPypi {
|
||||||
src = fetchFromGitHub {
|
inherit pname version;
|
||||||
owner = "jjjake";
|
sha256 = "759053685c75e6e969d690043b82643c4016500abcbbc44e4daf52ec097a9a15";
|
||||||
repo = "internetarchive";
|
|
||||||
rev = "v${version}";
|
|
||||||
sha256 = "10xlblj21hanahsmw6lfggbrbpw08pdmvdgds1p58l8xd4fazli8";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -50,6 +47,8 @@ buildPythonPackage rec {
|
|||||||
LC_ALL=en_US.utf-8 pytest tests
|
LC_ALL=en_US.utf-8 pytest tests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "internetarchive" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python and Command-Line Interface to Archive.org";
|
description = "A Python and Command-Line Interface to Archive.org";
|
||||||
homepage = "https://github.com/jjjake/internetarchive";
|
homepage = "https://github.com/jjjake/internetarchive";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user