dev-python/evernote2 - 1.0.3 (guru)

Search

Install

Install this version:

emerge -a =dev-python/evernote2-1.0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/evernote2-1.0.3

Or alternatively:

emerge --autounmask-write -a =dev-python/evernote2-1.0.3

Package Information

Description:
Unofficial Evernote SDK for Python 3
Homepage:
https://github.com/JackonYang/evernote2 https://pypi.org/project/evernote2/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.3 8 ~amd64 0
View Raw Ebuild
# Copyright Gentoo Authors 2025
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..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

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/oauthlib[]
	dev-python/thrift[]

BDEPEND

	test? (
		dev-python/pytest-xdist[]
		dev-python/pytest-cov[]
	)

Manifest for 1.0.3

Type File Size Source URLs
DIST evernote2-1.0.3.gh.tar.gz 247239 bytes https://github.com/JackonYang/evernote2/archive/refs/tags/v1.0.3.tar.gz