pythonPackages.poetry-core: 1.0.0a9 -> 1.0.0
This commit is contained in:
parent
5d993eeb84
commit
8b7914fc9b
@ -13,22 +13,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "poetry-core";
|
pname = "poetry-core";
|
||||||
version = "1.0.0a9";
|
version = "1.0.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "python-poetry";
|
owner = "python-poetry";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1ln47x1bc1yvhdfwfnkqx4d2j7988a59v8vmcriw14whfgzfki75";
|
sha256 = "02pqkwzbg43xz2zsw8q7m0sfkj8wbw07in83gy0bk0znhljhp0vw";
|
||||||
};
|
};
|
||||||
|
|
||||||
# avoid mass-rebuild of python packages
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace pyproject.toml \
|
|
||||||
--replace "^1.7.0" "^1.6.0"
|
|
||||||
'';
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
intreehooks
|
intreehooks
|
||||||
];
|
];
|
||||||
@ -50,7 +44,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# requires git history to work correctly
|
# requires git history to work correctly
|
||||||
disabledTests = [ "default_with_excluded_data" ];
|
disabledTests = [ "default_with_excluded_data" "default_src_with_excluded_data" ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "poetry.core" ];
|
pythonImportsCheck = [ "poetry.core" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user