python3Packages.pricehist: move from 'pkgs/by-name'
This commit is contained in:
+13
-6
@@ -1,10 +1,17 @@
|
||||
{
|
||||
lib,
|
||||
python3Packages,
|
||||
fetchFromGitLab,
|
||||
buildPythonPackage,
|
||||
cssselect,
|
||||
curlify,
|
||||
lxml,
|
||||
poetry-core,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
requests,
|
||||
responses,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pricehist";
|
||||
version = "1.4.14";
|
||||
pyproject = true;
|
||||
@@ -18,18 +25,18 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
|
||||
pythonRelaxDeps = [ "lxml" ];
|
||||
|
||||
dependencies = with python3Packages; [
|
||||
dependencies = [
|
||||
requests
|
||||
lxml
|
||||
cssselect
|
||||
curlify
|
||||
];
|
||||
|
||||
build-system = with python3Packages; [
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
nativeCheckInputs = [
|
||||
responses
|
||||
pytest-mock
|
||||
pytestCheckHook
|
||||
@@ -12799,6 +12799,8 @@ self: super: with self; {
|
||||
|
||||
price-parser = callPackage ../development/python-modules/price-parser { };
|
||||
|
||||
pricehist = callPackage ../development/python-modules/pricehist { };
|
||||
|
||||
primecountpy = callPackage ../development/python-modules/primecountpy { };
|
||||
|
||||
primepy = callPackage ../development/python-modules/primepy { };
|
||||
|
||||
Reference in New Issue
Block a user