summaryrefslogtreecommitdiff
path: root/dev-python/evernote2
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/evernote2
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/evernote2')
-rw-r--r--dev-python/evernote2/Manifest1
-rw-r--r--dev-python/evernote2/evernote2-1.0.3.ebuild35
-rw-r--r--dev-python/evernote2/evernote2-9999.ebuild34
-rw-r--r--dev-python/evernote2/metadata.xml9
4 files changed, 0 insertions, 79 deletions
diff --git a/dev-python/evernote2/Manifest b/dev-python/evernote2/Manifest
deleted file mode 100644
index eee4fc67bfc8..000000000000
--- a/dev-python/evernote2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST evernote2-1.0.3.gh.tar.gz 247239 BLAKE2B 899067b7736a9e8e7932f1fe5b2c3c5e20650f5bc836f184de18ee7576cec1edb34c25211119bc41917a54bdabff65a6b33216f6bead08fcb3989081a87afff3 SHA512 2df19761dd02d67e1faa7a702ea363530b485e9a5c3ccab7e90f987cdbf06a4d1f00de0066c7cbce15f8a489bb0879d1024226ff8ef9aaff0226eb66f0a6998d
diff --git a/dev-python/evernote2/evernote2-1.0.3.ebuild b/dev-python/evernote2/evernote2-1.0.3.ebuild
deleted file mode 100644
index d869bd8f0ca9..000000000000
--- a/dev-python/evernote2/evernote2-1.0.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright Gentoo Authors 2025
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Unofficial Evernote SDK for Python 3"
-HOMEPAGE="
- https://github.com/JackonYang/evernote2
- https://pypi.org/project/evernote2/
-"
-SRC_URI="https://github.com/JackonYang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
- test? (
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- )
-"
-
-RDEPEND="
- dev-python/oauthlib[${PYTHON_USEDEP}]
- dev-python/thrift[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/evernote2/evernote2-9999.ebuild b/dev-python/evernote2/evernote2-9999.ebuild
deleted file mode 100644
index 3c8ed2b7fc22..000000000000
--- a/dev-python/evernote2/evernote2-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright Gentoo Authors 2024-2025
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Unofficial Evernote SDK for Python 3"
-HOMEPAGE="
- https://github.com/JackonYang/evernote2
- https://pypi.org/project/evernote2/
-"
-EGIT_REPO_URI="https://github.com/JackonYang/evernote2"
-
-LICENSE="Apache-2.0"
-
-SLOT="0"
-
-BDEPEND="
- test? (
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- )
-"
-
-RDEPEND="
- dev-python/oauthlib[${PYTHON_USEDEP}]
- dev-python/thrift[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/evernote2/metadata.xml b/dev-python/evernote2/metadata.xml
deleted file mode 100644
index 42426d6b4e73..000000000000
--- a/dev-python/evernote2/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">JackonYang/evernote2</remote-id>
- <remote-id type="pypi">evernote2</remote-id>
- </upstream>
-</pkgmetadata>