flatcam manifest
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DIST svg_path-2.2.tar.gz 16383 SHA256 27eb684a20088885408e13ffe2556c039ee3a61556f47d25454567f82f94f7cd SHA512 9f1049abe2208c6ab7386603f02aa5c5f864f749cc31d896c9db052a17c79d302cfcb80a7f711ad090c287e5563f34760d975fe97d9db8a0547784eb8e04fa2a WHIRLPOOL 2ae266b29ec208b786834429dd91ec7feb94be5ac002aedd4b63066a69865a1617ceb58b97192263a28d08bef72bbec305bf851182b259e67741a91485ffb6bb
|
||||
EBUILD svg_path-2.2.ebuild 569 SHA256 249bcf3ee0e285a170de6970bd5d5bc0610221d4458a9cd5fe216b497e330415 SHA512 79213d5b4ad5d60673d2bbc610dcdb292e7b329d6a881bc4901a0ef4f686077c5dfedf3ac33c31fafa14510d9afaebd44782d946d880f6c5211e446d75d14889 WHIRLPOOL 1effb446d832c6182bcd1d5a8dedcf35ae7510fd4fee8838e020e3479a9d8c27456a737af5181c044e65a46b826250c6d061d609e2e716e54f91b109b809767c
|
||||
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="${PN/_/.}"
|
||||
|
||||
DESCRIPTION="Path commands in SVG and parser for SVG path definitions."
|
||||
HOMEPAGE="https://github.com/regebro/svg.path"
|
||||
SRC_URI="https://github.com/regebro/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
Reference in New Issue
Block a user