python314Packages.apify-fingerprint-datapoints: init at 0.10.0
Browser fingerprint datapoints collected by Apify https://pypi.org/project/apify-fingerprint-datapoints/
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
hatchling,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "apify-fingerprint-datapoints";
|
||||
version = "0.10.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "apify_fingerprint_datapoints";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-FObB0yFu/t1RtnCYyDuzIzgm4mHu8mC+cATzciGd2VA=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
pythonImportsCheck = [ "apify_fingerprint_datapoints" ];
|
||||
|
||||
# Module has no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Browser fingerprint datapoints collected by Apify";
|
||||
homepage = "https://pypi.org/project/apify-fingerprint-datapoints/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
})
|
||||
@@ -816,6 +816,10 @@ self: super: with self; {
|
||||
|
||||
apiflask = callPackage ../development/python-modules/apiflask { };
|
||||
|
||||
apify-fingerprint-datapoints =
|
||||
callPackage ../development/python-modules/apify-fingerprint-datapoints
|
||||
{ };
|
||||
|
||||
apipkg = callPackage ../development/python-modules/apipkg { };
|
||||
|
||||
apischema = callPackage ../development/python-modules/apischema { };
|
||||
|
||||
Reference in New Issue
Block a user