dev-python/evernote2: new package

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-04-24 05:06:52 +04:00
parent bebb60ef84
commit 9064d1a27f
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Copyright Gentoo Developers 2024
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
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"
EGIT_BRANCH="version/$PV"
inherit git-r3 distutils-r1
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND="
dev-python/python-oauth2[${PYTHON_USEDEP}]
dev-python/thrift[${PYTHON_USEDEP}]
"
# src_install() {
# echo ----------------
# ls -lh
# echo ----------------
# }

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Vitaly Zdanevich</name>
<email>zdanevich.vitaly@ya.ru</email>
</maintainer>
<upstream>
<remote-id type="github">JackonYang/evernote2</remote-id>
<remote-id type="pypi">evernote2</remote-id>
</upstream>
</pkgmetadata>