mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
dev-python/mem_top: add package
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
1
dev-python/mem_top/Manifest
Normal file
1
dev-python/mem_top/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mem_top-0.1.6.tar.gz 2520 SHA256 ba1b9013e2f3cbb06825db1aa6a8e29a14513fad8aade6bc813232bf78996b2c SHA512 0feb736c154fbe5e1b81bf12ca183b1dedf4ad5037388bfde5b32d2c077724af98b81e6c069075c606eda7121ed20e8b71c4c6039e0c558698db58e2d0a7a1c6 WHIRLPOOL d904bea931453dad56e7f939cc7164cac58e7806cd210939653f29c2fce5a0f0af7b6d1c67bc8c9e265d49022f1d46479497c3456ff476bffbc0ff4ea266491e
|
||||
14
dev-python/mem_top/mem_top-0.1.6.ebuild
Normal file
14
dev-python/mem_top/mem_top-0.1.6.ebuild
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Shows top suspects for memory leaks in your Python program"
|
||||
HOMEPAGE="https://github.com/denis-ryzhkov/${PN} https://pypi.python.org/pypi/${PN}"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
11
dev-python/mem_top/metadata.xml
Normal file
11
dev-python/mem_top/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="pypi">mem_top</remote-id>
|
||||
<remote-id type="github">denis-ryzhkov/mem_top</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>zmedico@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user