mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-python/evernote2: new package
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
31
dev-python/evernote2/evernote2-1.0.0.ebuild
Normal file
31
dev-python/evernote2/evernote2-1.0.0.ebuild
Normal 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 ----------------
|
||||
# }
|
||||
12
dev-python/evernote2/metadata.xml
Normal file
12
dev-python/evernote2/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user