python312Packages.dtlssocket: 0.1.19 -> 0.2.2
This commit is contained in:
@@ -3,26 +3,31 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
autoconf,
|
||||
cython_0,
|
||||
automake,
|
||||
cython,
|
||||
pkg-config,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dtlssocket";
|
||||
version = "0.1.19";
|
||||
|
||||
format = "pyproject";
|
||||
version = "0.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "DTLSSocket";
|
||||
inherit version;
|
||||
hash = "sha256-hKwWkQ/K+FTgn2Gs8Pynz/ihuVeO8grqekPPbGK5eDI=";
|
||||
inherit pname version;
|
||||
hash = "sha256-TnbXFXJuDEbcCeNdqbZxewY8I4mwbBcj3sw7o4tzh/Q=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
cython
|
||||
setuptools
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf
|
||||
cython_0
|
||||
setuptools
|
||||
automake
|
||||
pkg-config
|
||||
];
|
||||
|
||||
# no tests on PyPI, no tags on GitLab
|
||||
|
||||
Reference in New Issue
Block a user