mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
python3Packages.aiosmtplib: cleanup
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
lib,
|
||||
aiosmtpd,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
hypothesis,
|
||||
|
||||
# build-system
|
||||
hatchling,
|
||||
|
||||
# tests
|
||||
aiosmtpd,
|
||||
hypothesis,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
trustme,
|
||||
@@ -37,7 +41,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Module which provides a SMTP client";
|
||||
homepage = "https://github.com/cole/aiosmtplib";
|
||||
changelog = "https://github.com/cole/aiosmtplib/releases/tag/v${finalAttrs.version}";
|
||||
changelog = "https://github.com/cole/aiosmtplib/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user