File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ DIST pycamera-0.3.2.tar.gz 3238 BLAKE2B b9243fc46a9a994d42b35a237329f44ae8132f1125f7948e0a83286343aff17ce79d7de736a1a4fe70ef2150c31c34132da23353825748c5dd8be5d0e56c7689 SHA512 0787a18081359d96f57f93aac1a872a2e8959c96d591ce3ad233f02f46277faf163197758e2ffe498c329c8ad913fe2d8b4c677eee6cc165da12f6def8e166d4
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments