Skip to content

Commit 083661f

Browse files
authored
Merge pull request #1103 from macaroni-os/merge/mark-iii/bump-dev-python_pycamera-0_3_2
mark-devkit: [mark-iii] Bump dev-python/pycamera-0.3.2
2 parents 55163b5 + de9b248 commit 083661f

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

dev-python/pycamera/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST pycamera-0.3.2.tar.gz 3238 BLAKE2B b9243fc46a9a994d42b35a237329f44ae8132f1125f7948e0a83286343aff17ce79d7de736a1a4fe70ef2150c31c34132da23353825748c5dd8be5d0e56c7689 SHA512 0787a18081359d96f57f93aac1a872a2e8959c96d591ce3ad233f02f46277faf163197758e2ffe498c329c8ad913fe2d8b4c677eee6cc165da12f6def8e166d4
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
# Autogen by MARK Devkit
3+
4+
EAPI=7
5+
6+
PYTHON_COMPAT=( python3+ )
7+
DISTUTILS_USE_PEP517="setuptools"
8+
inherit distutils-r1
9+
10+
DESCRIPTION="An easier solution to computer vision."
11+
HOMEPAGE="https://github.com/IsmaeelAkram/pycamera"
12+
SRC_URI="https://files.pythonhosted.org/packages/16/ba/ed0e8f4d6cff7a385b139b33d9db57e56f9566ca99951d8057ce5f8e8888/pycamera-0.3.2.tar.gz -> pycamera-0.3.2.tar.gz
13+
"
14+
CDEPEND="
15+
16+
media-libs/opencv[python]
17+
"
18+
DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
19+
"
20+
RDEPEND="${CDEPEND}
21+
dev-python/numpy[${PYTHON_USEDEP}]
22+
"
23+
SLOT="0"
24+
LICENSE="MIT"
25+
KEYWORDS="*"
26+
S="${WORKDIR}/pycamera-0.3.2"

0 commit comments

Comments
 (0)