From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by mail.openembedded.org (Postfix) with ESMTP id 95E907599C for ; Sun, 14 Jun 2015 05:56:28 +0000 (UTC) Received: by pacyx8 with SMTP id yx8so45443618pac.2 for ; Sat, 13 Jun 2015 22:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Cqw9Ogjzwx8KcDxPypPj0C2F/Sii3dT44xVTV/Dqpc4=; b=TOhABzG0qvMPwcD0/ncUWuztqabGMX9crVvkftIqriNk0lI9hu45XEEf/X+QpdKYrX dzMilBNirFFEHMfHd/dZKeSJMGDSlyhl79tq21tTBVvYh08Lqr8Yy2sF+DnFjJBFvFhu 2Fv2eBucf+O4Po0RyElBMsgSc0sVJINzFYycyD/VlvMO8vu0C1wBMFNAyjAggEa6i1Nm 80fYC5UmJ0T9nevF55cAFZuyvSTaMF3+ZSUIv/m1qkOu39v2Jb6jLhMZ2MN7haWu404k OwU59JgdSEK5YL3SDeNQdaV8qAxLyFaQeZIkgEEjthY/hAAg14jVsp0RR+gXuT2YT+Ul tSiQ== X-Received: by 10.68.235.38 with SMTP id uj6mr37202130pbc.57.1434261389627; Sat, 13 Jun 2015 22:56:29 -0700 (PDT) Received: from ?IPv6:2601:202:4000:1239:a0d2:eb66:b71d:4aa7? ([2601:202:4000:1239:a0d2:eb66:b71d:4aa7]) by mx.google.com with ESMTPSA id ym6sm8309470pac.32.2015.06.13.22.56.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Jun 2015 22:56:28 -0700 (PDT) Message-ID: <557D178A.5050509@gmail.com> Date: Sat, 13 Jun 2015 22:56:26 -0700 From: akuster808 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Alejandro Hernandez , openembedded-core@lists.openembedded.org References: In-Reply-To: Subject: Re: [PATCH 2/2][dizzy] python-nose: backport it to dizzy X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 05:56:30 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Alejandro, This looks to be a new recipe. I don't believe dizzy is taking new features. - armin On 06/08/2015 06:56 AM, Alejandro Hernandez wrote: > Signed-off-by: Alejandro Hernandez > --- > meta/recipes-devtools/python/python-nose_1.3.6.bb | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 meta/recipes-devtools/python/python-nose_1.3.6.bb > > diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb b/meta/recipes-devtools/python/python-nose_1.3.6.bb > new file mode 100644 > index 0000000..d6e8fc1 > --- /dev/null > +++ b/meta/recipes-devtools/python/python-nose_1.3.6.bb > @@ -0,0 +1,16 @@ > +DESCRIPTION = "nose extends the test loading and running features of unittest, \ > +making it easier to write, find and run tests." > +SECTION = "devel/python" > +LICENSE = "LGPLv2.1" > +LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343" > + > +SRC_URI = "http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz" > + > +SRC_URI[md5sum] = "0ca546d81ca8309080fc80cb389e7a16" > +SRC_URI[sha256sum] = "f61e0909a743eed37b1207e38a8e7b4a2fe0a82185e36f2be252ef1b3f901758" > + > +S = "${WORKDIR}/nose-${PV}" > + > +inherit setuptools > + > +BBCLASSEXTEND = "native nativesdk" >